color codes Logo

#c061cb color codes

#C061CB
(192,97,203)
0 Favorites   0 Comments

Color spaces of #c061cb

RGB 19297203
HSL0.820.500.59
HSV294°52°80°
CMYK 0.050.520.00   0.20
XYZ36.792424.067759.2063
Yxy24.06770.30640.2005
Hunter Lab49.058848.0157-37.2125
CIE-Lab56.155553.3834-38.8362

#c061cb color RGB value is (192,97,203).

#c061cb hex color red value is 192, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c061cb hue: 0.82 , saturation: 0.50 and the lightness value of c061cb is 0.59.

The process color (four color CMYK) of #c061cb color code is 0.05, 0.52, 0.00, 0.20. Web safe color of #c061cb is #cc66cc. Color #c061cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 11001011
Octal 300 141 313
Decimal 192 97 203
Hex C0 61 CB

RGB Percentages of Color #c061cb

%39.02
%19.72
%41.26

CMYK Percentages of Color #c061cb

%5
%52
%0
%20

Triadic Colors of #c061cb

#c061cb #cbc061 #61cbc0

Analogous Colors of #c061cb

#c061cb #cb61a1 #8b61cb

Monochromatic Colors of #c061cb

#c061cb

Complementary Color

#c061cb #6ccb61

#c061cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061cb Color CSS Codes

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

#c061cb Text Font Color

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

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


#c061cb Background Color

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

This div background color is #c061cb


#c061cb Border Color

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

This div border color is #c061cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,97,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c061cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c061cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c061cb;
  box-shadow:         1px 1px 3px 2px #c061cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,97,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061cb


Comments

No comments written yet.

Please login to write comment.