Color Hex Logo

#c93381 Color Hex

#C93381
(201,51,129)
0 Favorites   0 Comments

Color spaces of #c93381

RGB 20151129
HSL0.910.600.49
HSV329°75°79°
CMYK 0.000.750.36   0.21
XYZ29.233716.370122.3878
Yxy16.37010.43000.2408
Hunter Lab40.460058.1673-4.4851
CIE-Lab47.456463.9901-8.6374

#c93381 color RGB value is (201,51,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110011 10000001
Octal 311 63 201
Decimal 201 51 129
Hex C9 33 81

RGB Percentages of Color #c93381

%52.76
%13.39
%33.86

CMYK Percentages of Color #c93381

%0
%75
%36
%21

Triadic Colors of #c93381

#c93381 #81c933 #3381c9

Analogous Colors of #c93381

#c93381 #c93336 #c633c9

Monochromatic Colors of #c93381

#c93381

Complementary Color

#c93381 #33c97b

#c93381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93381 Color CSS Codes

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

#c93381 Text Font Color

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

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


#c93381 Background Color

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

This div background color is #c93381


#c93381 Border Color

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

This div border color is #c93381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93381


Comments

No comments written yet.

Please login to write comment.