Color Hex Logo

#c07ccb Color Hex

#C07CCB
(192,124,203)
0 Favorites   0 Comments

Color spaces of #c07ccb

RGB 192124203
HSL0.810.430.64
HSV292°39°80°
CMYK 0.050.390.00   0.20
XYZ39.725429.933660.1839
Yxy29.93360.30590.2305
Hunter Lab54.711633.8613-26.9221
CIE-Lab61.596939.3657-30.3481

#c07ccb color RGB value is (192,124,203).

#c07ccb hex color red value is 192, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c07ccb hue: 0.81 , saturation: 0.43 and the lightness value of c07ccb is 0.64.

The process color (four color CMYK) of #c07ccb color hex is 0.05, 0.39, 0.00, 0.20. Web safe color of #c07ccb is #cc66cc. Color #c07ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 11001011
Octal 300 174 313
Decimal 192 124 203
Hex C0 7C CB

RGB Percentages of Color #c07ccb

%36.99
%23.89
%39.11

CMYK Percentages of Color #c07ccb

%5
%39
%0
%20

Triadic Colors of #c07ccb

#c07ccb #cbc07c #7ccbc0

Analogous Colors of #c07ccb

#c07ccb #cb7caf #997ccb

Monochromatic Colors of #c07ccb

#c07ccb

Complementary Color

#c07ccb #87cb7c

#c07ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07ccb Color CSS Codes

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

#c07ccb Text Font Color

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

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


#c07ccb Background Color

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

This div background color is #c07ccb


#c07ccb Border Color

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

This div border color is #c07ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,124,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 #c07ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07ccb


Comments

No comments written yet.

Please login to write comment.