Color Hex Logo

#c06288 Color Hex

#C06288
(192,98,136)
0 Favorites   0 Comments

Color spaces of #c06288

RGB 19298136
HSL0.930.430.57
HSV336°49°75°
CMYK 0.000.490.29   0.25
XYZ30.549821.719425.8747
Yxy21.71940.39090.2779
Hunter Lab46.604135.4528-0.2951
CIE-Lab53.728041.9478-3.6595

#c06288 color RGB value is (192,98,136).

#c06288 hex color red value is 192, green value is 98 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #c06288 hue: 0.93 , saturation: 0.43 and the lightness value of c06288 is 0.57.

The process color (four color CMYK) of #c06288 color hex is 0.00, 0.49, 0.29, 0.25. Web safe color of #c06288 is #cc6699. Color #c06288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 10001000
Octal 300 142 210
Decimal 192 98 136
Hex C0 62 88

RGB Percentages of Color #c06288

%45.07
%23.00
%31.92

CMYK Percentages of Color #c06288

%0
%49
%29
%25

Triadic Colors of #c06288

#c06288 #88c062 #6288c0

Analogous Colors of #c06288

#c06288 #c06b62 #c062b7

Monochromatic Colors of #c06288

#c06288

Complementary Color

#c06288 #62c09a

#c06288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06288 Color CSS Codes

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

#c06288 Text Font Color

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

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


#c06288 Background Color

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

This div background color is #c06288


#c06288 Border Color

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

This div border color is #c06288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06288


Comments

No comments written yet.

Please login to write comment.