Color Hex Logo

#c605d9 Color Hex

#C605D9
(198,5,217)
0 Favorites   0 Comments

Color spaces of #c605d9

RGB 1985217
HSL0.820.950.44
HSV295°98°85°
CMYK 0.090.980.00   0.15
XYZ35.867417.124167.0605
Yxy17.12410.29880.1426
Hunter Lab41.381382.2984-67.1156
CIE-Lab48.416083.6635-59.1011

#c605d9 color RGB value is (198,5,217).

#c605d9 hex color red value is 198, green value is 5 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #c605d9 hue: 0.82 , saturation: 0.95 and the lightness value of c605d9 is 0.44.

The process color (four color CMYK) of #c605d9 color hex is 0.09, 0.98, 0.00, 0.15. Web safe color of #c605d9 is #cc00cc. Color #c605d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000101 11011001
Octal 306 5 331
Decimal 198 5 217
Hex C6 5 D9

RGB Percentages of Color #c605d9

%47.14
%1.19
%51.67

CMYK Percentages of Color #c605d9

%9
%98
%0
%15

Triadic Colors of #c605d9

#c605d9 #d9c605 #05d9c6

Analogous Colors of #c605d9

#c605d9 #d90582 #5c05d9

Monochromatic Colors of #c605d9

#c605d9

Complementary Color

#c605d9 #18d905

#c605d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c605d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c605d9 Color CSS Codes

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

#c605d9 Text Font Color

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

This sample text font color is #c605d9
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.


#c605d9 Background Color

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

This div background color is #c605d9


#c605d9 Border Color

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

This div border color is #c605d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c605d9


Comments

No comments written yet.

Please login to write comment.