Color Hex Logo

#c06084 Color Hex

#C06084
(192,96,132)
0 Favorites   0 Comments

Color spaces of #c06084

RGB 19296132
HSL0.940.430.56
HSV338°50°75°
CMYK 0.000.500.31   0.25
XYZ30.086021.238224.3435
Yxy21.23820.39760.2807
Hunter Lab46.084935.88300.9406
CIE-Lab53.209242.4419-2.0604

#c06084 color RGB value is (192,96,132).

#c06084 hex color red value is 192, green value is 96 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c06084 hue: 0.94 , saturation: 0.43 and the lightness value of c06084 is 0.56.

The process color (four color CMYK) of #c06084 color hex is 0.00, 0.50, 0.31, 0.25. Web safe color of #c06084 is #cc6699. Color #c06084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10000100
Octal 300 140 204
Decimal 192 96 132
Hex C0 60 84

RGB Percentages of Color #c06084

%45.71
%22.86
%31.43

CMYK Percentages of Color #c06084

%0
%50
%31
%25

Triadic Colors of #c06084

#c06084 #84c060 #6084c0

Analogous Colors of #c06084

#c06084 #c06c60 #c060b4

Monochromatic Colors of #c06084

#c06084

Complementary Color

#c06084 #60c09c

#c06084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06084 Color CSS Codes

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

#c06084 Text Font Color

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

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


#c06084 Background Color

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

This div background color is #c06084


#c06084 Border Color

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

This div border color is #c06084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06084


Comments

No comments written yet.

Please login to write comment.