Color Hex Logo

#c06281 Color Hex

#C06281
(192,98,129)
0 Favorites   0 Comments

Color spaces of #c06281

RGB 19298129
HSL0.950.430.57
HSV340°49°75°
CMYK 0.000.490.33   0.25
XYZ30.068421.526823.3392
Yxy21.52680.40130.2873
Hunter Lab46.397034.48542.6531
CIE-Lab53.521341.03030.1704

#c06281 color RGB value is (192,98,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100010 10000001
Octal 300 142 201
Decimal 192 98 129
Hex C0 62 81

RGB Percentages of Color #c06281

%45.82
%23.39
%30.79

CMYK Percentages of Color #c06281

%0
%49
%33
%25

Triadic Colors of #c06281

#c06281 #81c062 #6281c0

Analogous Colors of #c06281

#c06281 #c07262 #c062b0

Monochromatic Colors of #c06281

#c06281

Complementary Color

#c06281 #62c0a1

#c06281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06281 Color CSS Codes

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

#c06281 Text Font Color

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

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


#c06281 Background Color

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

This div background color is #c06281


#c06281 Border Color

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

This div border color is #c06281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06281


Comments

No comments written yet.

Please login to write comment.