Color Hex Logo

#c06887 Color Hex

#C06887
(192,104,135)
0 Favorites   0 Comments

Color spaces of #c06887

RGB 192104135
HSL0.940.410.58
HSV339°46°75°
CMYK 0.000.460.30   0.25
XYZ31.061722.856425.6963
Yxy22.85640.39020.2871
Hunter Lab47.808432.30911.5983
CIE-Lab54.924138.6946-1.3118

#c06887 color RGB value is (192,104,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 10000111
Octal 300 150 207
Decimal 192 104 135
Hex C0 68 87

RGB Percentages of Color #c06887

%44.55
%24.13
%31.32

CMYK Percentages of Color #c06887

%0
%46
%30
%25

Triadic Colors of #c06887

#c06887 #87c068 #6887c0

Analogous Colors of #c06887

#c06887 #c07568 #c068b3

Monochromatic Colors of #c06887

#c06887

Complementary Color

#c06887 #68c0a1

#c06887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06887 Color CSS Codes

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

#c06887 Text Font Color

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

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


#c06887 Background Color

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

This div background color is #c06887


#c06887 Border Color

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

This div border color is #c06887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06887


Comments

No comments written yet.

Please login to write comment.