Color Hex Logo

#c93bde Color Hex

#C93BDE
(201,59,222)
0 Favorites   0 Comments

Color spaces of #c93bde

RGB 20159222
HSL0.810.710.55
HSV292°73°87°
CMYK 0.090.730.00   0.13
XYZ38.836220.819471.0789
Yxy20.81940.29710.1592
Hunter Lab45.628372.0796-60.4211
CIE-Lab52.751374.6830-54.9596

#c93bde color RGB value is (201,59,222).

#c93bde hex color red value is 201, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c93bde hue: 0.81 , saturation: 0.71 and the lightness value of c93bde is 0.55.

The process color (four color CMYK) of #c93bde color hex is 0.09, 0.73, 0.00, 0.13. Web safe color of #c93bde is #cc33cc. Color #c93bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111011 11011110
Octal 311 73 336
Decimal 201 59 222
Hex C9 3B DE

RGB Percentages of Color #c93bde

%41.70
%12.24
%46.06

CMYK Percentages of Color #c93bde

%9
%73
%0
%13

Triadic Colors of #c93bde

#c93bde #dec93b #3bdec9

Analogous Colors of #c93bde

#c93bde #de3ba2 #783bde

Monochromatic Colors of #c93bde

#c93bde

Complementary Color

#c93bde #50de3b

#c93bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93bde Color CSS Codes

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

#c93bde Text Font Color

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

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


#c93bde Background Color

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

This div background color is #c93bde


#c93bde Border Color

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

This div border color is #c93bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93bde


Comments

No comments written yet.

Please login to write comment.