Color Hex Logo

#c94278 Color Hex

#C94278
(201,66,120)
0 Favorites   0 Comments

Color spaces of #c94278

RGB 20166120
HSL0.930.560.52
HSV336°67°79°
CMYK 0.000.670.40   0.21
XYZ29.425817.670019.6290
Yxy17.67000.44100.2648
Hunter Lab42.035751.39101.7389
CIE-Lab49.093457.6716-0.7521

#c94278 color RGB value is (201,66,120).

#c94278 hex color red value is 201, green value is 66 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c94278 hue: 0.93 , saturation: 0.56 and the lightness value of c94278 is 0.52.

The process color (four color CMYK) of #c94278 color hex is 0.00, 0.67, 0.40, 0.21. Web safe color of #c94278 is #cc3366. Color #c94278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000010 01111000
Octal 311 102 170
Decimal 201 66 120
Hex C9 42 78

RGB Percentages of Color #c94278

%51.94
%17.05
%31.01

CMYK Percentages of Color #c94278

%0
%67
%40
%21

Triadic Colors of #c94278

#c94278 #78c942 #4278c9

Analogous Colors of #c94278

#c94278 #c95042 #c942bc

Monochromatic Colors of #c94278

#c94278

Complementary Color

#c94278 #42c993

#c94278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94278 Color CSS Codes

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

#c94278 Text Font Color

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

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


#c94278 Background Color

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

This div background color is #c94278


#c94278 Border Color

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

This div border color is #c94278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94278


Comments

No comments written yet.

Please login to write comment.