Color Hex Logo

#c93389 Color Hex

#C93389
(201,51,137)
0 Favorites   0 Comments

Color spaces of #c93389

RGB 20151137
HSL0.900.600.49
HSV326°75°79°
CMYK 0.000.750.32   0.21
XYZ29.786616.591325.2994
Yxy16.59130.41560.2315
Hunter Lab40.732459.2509-8.3130
CIE-Lab47.740964.8781-13.0571

#c93389 color RGB value is (201,51,137).

#c93389 hex color red value is 201, green value is 51 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c93389 hue: 0.90 , saturation: 0.60 and the lightness value of c93389 is 0.49.

The process color (four color CMYK) of #c93389 color hex is 0.00, 0.75, 0.32, 0.21. Web safe color of #c93389 is #cc3399. Color #c93389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 10001001
Octal 311 63 211
Decimal 201 51 137
Hex C9 33 89

RGB Percentages of Color #c93389

%51.67
%13.11
%35.22

CMYK Percentages of Color #c93389

%0
%75
%32
%21

Triadic Colors of #c93389

#c93389 #89c933 #3389c9

Analogous Colors of #c93389

#c93389 #c9333e #be33c9

Monochromatic Colors of #c93389

#c93389

Complementary Color

#c93389 #33c973

#c93389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93389 Color CSS Codes

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

#c93389 Text Font Color

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

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


#c93389 Background Color

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

This div background color is #c93389


#c93389 Border Color

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

This div border color is #c93389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93389


Comments

No comments written yet.

Please login to write comment.