Color Hex Logo

#c07494 Color Hex

#C07494
(192,116,148)
0 Favorites   0 Comments

Color spaces of #c07494

RGB 192116148
HSL0.930.380.60
HSV335°40°75°
CMYK 0.000.400.23   0.25
XYZ33.328925.835431.2471
Yxy25.83540.36860.2858
Hunter Lab50.828528.0947-0.8689
CIE-Lab57.880534.1349-4.5406

#c07494 color RGB value is (192,116,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 10010100
Octal 300 164 224
Decimal 192 116 148
Hex C0 74 94

RGB Percentages of Color #c07494

%42.11
%25.44
%32.46

CMYK Percentages of Color #c07494

%0
%40
%23
%25

Triadic Colors of #c07494

#c07494 #94c074 #7494c0

Analogous Colors of #c07494

#c07494 #c07a74 #c074ba

Monochromatic Colors of #c07494

#c07494

Complementary Color

#c07494 #74c0a0

#c07494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07494 Color CSS Codes

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

#c07494 Text Font Color

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

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


#c07494 Background Color

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

This div background color is #c07494


#c07494 Border Color

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

This div border color is #c07494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07494


Comments

No comments written yet.

Please login to write comment.