Color Hex Logo

#c93474 Color Hex

#C93474
(201,52,116)
0 Favorites   0 Comments

Color spaces of #c93474

RGB 20152116
HSL0.930.590.50
HSV334°74°79°
CMYK 0.000.740.42   0.21
XYZ28.467816.134418.1368
Yxy16.13440.45370.2572
Hunter Lab40.167656.21401.3463
CIE-Lab47.150362.3355-1.1634

#c93474 color RGB value is (201,52,116).

#c93474 hex color red value is 201, green value is 52 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c93474 hue: 0.93 , saturation: 0.59 and the lightness value of c93474 is 0.50.

The process color (four color CMYK) of #c93474 color hex is 0.00, 0.74, 0.42, 0.21. Web safe color of #c93474 is #cc3366. Color #c93474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 01110100
Octal 311 64 164
Decimal 201 52 116
Hex C9 34 74

RGB Percentages of Color #c93474

%54.47
%14.09
%31.44

CMYK Percentages of Color #c93474

%0
%74
%42
%21

Triadic Colors of #c93474

#c93474 #74c934 #3474c9

Analogous Colors of #c93474

#c93474 #c93f34 #c934bf

Monochromatic Colors of #c93474

#c93474

Complementary Color

#c93474 #34c989

#c93474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93474 Color CSS Codes

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

#c93474 Text Font Color

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

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


#c93474 Background Color

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

This div background color is #c93474


#c93474 Border Color

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

This div border color is #c93474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93474


Comments

No comments written yet.

Please login to write comment.