Color Hex Logo

#c605bc Color Hex

#C605BC
(198,5,188)
0 Favorites   0 Comments

Color spaces of #c605bc

RGB 1985188
HSL0.840.950.40
HSV303°97°78°
CMYK 0.000.970.05   0.22
XYZ32.420115.745148.9073
Yxy15.74510.33400.1622
Hunter Lab39.680176.4009-45.3012
CIE-Lab46.638379.3584-45.1709

#c605bc color RGB value is (198,5,188).

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

The process color (four color CMYK) of #c605bc color hex is 0.00, 0.97, 0.05, 0.22. Web safe color of #c605bc is #cc00cc. Color #c605bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000101 10111100
Octal 306 5 274
Decimal 198 5 188
Hex C6 5 BC

RGB Percentages of Color #c605bc

%50.64
%1.28
%48.08

CMYK Percentages of Color #c605bc

%0
%97
%5
%22

Triadic Colors of #c605bc

#c605bc #bcc605 #05bcc6

Analogous Colors of #c605bc

#c605bc #c6055c #7005c6

Monochromatic Colors of #c605bc

#c605bc

Complementary Color

#c605bc #05c60f

#c605bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c605bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c605bc Color CSS Codes

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

#c605bc Text Font Color

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

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


#c605bc Background Color

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

This div background color is #c605bc


#c605bc Border Color

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

This div border color is #c605bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c605bc


Comments

No comments written yet.

Please login to write comment.