Color Hex Logo

#c074ad Color Hex

#C074AD
(192,116,173)
0 Favorites   0 Comments

Color spaces of #c074ad

RGB 192116173
HSL0.880.380.60
HSV315°40°75°
CMYK 0.000.400.10   0.25
XYZ35.526426.714442.8191
Yxy26.71440.33820.2543
Hunter Lab51.686032.2417-12.9385
CIE-Lab58.709038.1483-17.7199

#c074ad color RGB value is (192,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 10101101
Octal 300 164 255
Decimal 192 116 173
Hex C0 74 AD

RGB Percentages of Color #c074ad

%39.92
%24.12
%35.97

CMYK Percentages of Color #c074ad

%0
%40
%10
%25

Triadic Colors of #c074ad

#c074ad #adc074 #74adc0

Analogous Colors of #c074ad

#c074ad #c07487 #ad74c0

Monochromatic Colors of #c074ad

#c074ad

Complementary Color

#c074ad #74c087

#c074ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c074ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c074ad Color CSS Codes

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

#c074ad Text Font Color

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

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


#c074ad Background Color

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

This div background color is #c074ad


#c074ad Border Color

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

This div border color is #c074ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c074ad


Comments

No comments written yet.

Please login to write comment.