Color Hex Logo

#c93bbd Color Hex

#C93BBD
(201,59,189)
0 Favorites   0 Comments

Color spaces of #c93bbd

RGB 20159189
HSL0.850.570.51
HSV305°71°79°
CMYK 0.000.710.06   0.21
XYZ34.836719.219650.0178
Yxy19.21960.33470.1847
Hunter Lab43.840265.1211-36.9566
CIE-Lab50.943169.2760-38.8993

#c93bbd color RGB value is (201,59,189).

#c93bbd hex color red value is 201, green value is 59 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c93bbd hue: 0.85 , saturation: 0.57 and the lightness value of c93bbd is 0.51.

The process color (four color CMYK) of #c93bbd color hex is 0.00, 0.71, 0.06, 0.21. Web safe color of #c93bbd is #cc33cc. Color #c93bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111011 10111101
Octal 311 73 275
Decimal 201 59 189
Hex C9 3B BD

RGB Percentages of Color #c93bbd

%44.77
%13.14
%42.09

CMYK Percentages of Color #c93bbd

%0
%71
%6
%21

Triadic Colors of #c93bbd

#c93bbd #bdc93b #3bbdc9

Analogous Colors of #c93bbd

#c93bbd #c93b76 #8e3bc9

Monochromatic Colors of #c93bbd

#c93bbd

Complementary Color

#c93bbd #3bc947

#c93bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93bbd Color CSS Codes

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

#c93bbd Text Font Color

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

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


#c93bbd Background Color

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

This div background color is #c93bbd


#c93bbd Border Color

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

This div border color is #c93bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93bbd


Comments

No comments written yet.

Please login to write comment.