Color Hex Logo

#c06787 Color Hex

#C06787
(192,103,135)
0 Favorites   0 Comments

Color spaces of #c06787

RGB 192103135
HSL0.940.410.58
HSV338°46°75°
CMYK 0.000.460.30   0.25
XYZ30.961622.656225.6629
Yxy22.65620.39050.2858
Hunter Lab47.598532.81221.3526
CIE-Lab54.716439.2194-1.6163

#c06787 color RGB value is (192,103,135).

#c06787 hex color red value is 192, green value is 103 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c06787 hue: 0.94 , saturation: 0.41 and the lightness value of c06787 is 0.58.

The process color (four color CMYK) of #c06787 color hex is 0.00, 0.46, 0.30, 0.25. Web safe color of #c06787 is #cc6699. Color #c06787 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10000111
Octal 300 147 207
Decimal 192 103 135
Hex C0 67 87

RGB Percentages of Color #c06787

%44.65
%23.95
%31.40

CMYK Percentages of Color #c06787

%0
%46
%30
%25

Triadic Colors of #c06787

#c06787 #87c067 #6787c0

Analogous Colors of #c06787

#c06787 #c07467 #c067b4

Monochromatic Colors of #c06787

#c06787

Complementary Color

#c06787 #67c0a0

#c06787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06787 Color CSS Codes

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

#c06787 Text Font Color

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

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


#c06787 Background Color

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

This div background color is #c06787


#c06787 Border Color

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

This div border color is #c06787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06787


Comments

No comments written yet.

Please login to write comment.