Color Hex Logo

#c078ad Color Hex

#C078AD
(192,120,173)
0 Favorites   0 Comments

Color spaces of #c078ad

RGB 192120173
HSL0.880.360.61
HSV316°38°75°
CMYK 0.000.380.10   0.25
XYZ35.997527.656542.9761
Yxy27.65650.33760.2594
Hunter Lab52.589430.1518-11.6392
CIE-Lab59.577135.9916-16.4021

#c078ad color RGB value is (192,120,173).

#c078ad hex color red value is 192, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c078ad hue: 0.88 , saturation: 0.36 and the lightness value of c078ad is 0.61.

The process color (four color CMYK) of #c078ad color hex is 0.00, 0.38, 0.10, 0.25. Web safe color of #c078ad is #cc6699. Color #c078ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111000 10101101
Octal 300 170 255
Decimal 192 120 173
Hex C0 78 AD

RGB Percentages of Color #c078ad

%39.59
%24.74
%35.67

CMYK Percentages of Color #c078ad

%0
%38
%10
%25

Triadic Colors of #c078ad

#c078ad #adc078 #78adc0

Analogous Colors of #c078ad

#c078ad #c07889 #af78c0

Monochromatic Colors of #c078ad

#c078ad

Complementary Color

#c078ad #78c08b

#c078ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c078ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c078ad Color CSS Codes

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

#c078ad Text Font Color

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

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


#c078ad Background Color

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

This div background color is #c078ad


#c078ad Border Color

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

This div border color is #c078ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c078ad


Comments

No comments written yet.

Please login to write comment.