Color Hex Logo

#c630de Color Hex

#C630DE
(198,48,222)
0 Favorites   0 Comments

Color spaces of #c630de

RGB 19848222
HSL0.810.730.53
HSV292°78°87°
CMYK 0.110.780.00   0.13
XYZ37.530519.393670.8725
Yxy19.39360.29370.1518
Hunter Lab44.038275.0557-64.5912
CIE-Lab51.144677.4029-57.5617

#c630de color RGB value is (198,48,222).

#c630de hex color red value is 198, green value is 48 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c630de hue: 0.81 , saturation: 0.73 and the lightness value of c630de is 0.53.

The process color (four color CMYK) of #c630de color hex is 0.11, 0.78, 0.00, 0.13. Web safe color of #c630de is #cc33cc. Color #c630de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 11011110
Octal 306 60 336
Decimal 198 48 222
Hex C6 30 DE

RGB Percentages of Color #c630de

%42.31
%10.26
%47.44

CMYK Percentages of Color #c630de

%11
%78
%0
%13

Triadic Colors of #c630de

#c630de #dec630 #30dec6

Analogous Colors of #c630de

#c630de #de309f #6f30de

Monochromatic Colors of #c630de

#c630de

Complementary Color

#c630de #48de30

#c630de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c630de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c630de Color CSS Codes

.mybgcolor {background-color:#c630de; } 
.myforecolor {color:#c630de; }
.mybordercolor {border:3px solid #c630de; }

#c630de Text Font Color

<p style="color:#c630de">Text here</p>

This sample text font color is #c630de
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c630de Background Color

<div style="background-color:#c630de">
Div content here</div>

This div background color is #c630de


#c630de Border Color

<div style="border:3px solid #c630de">
Div here</div>

This div border color is #c630de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,48,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c630de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c630de;
  -webkit-box-shadow: 1px 1px 3px 2px #c630de;
  box-shadow:         1px 1px 3px 2px #c630de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,48,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c630de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c630de;
  -webkit-box-shadow: 1px 1px 3px 2px #c630de;
  box-shadow:         1px 1px 3px 2px #c630de;">
Div content here</div>

This div box has shadow with color #c630de


Comments

No comments written yet.

Please login to write comment.