Color Hex Logo

#c93bda Color Hex

#C93BDA
(201,59,218)
0 Favorites   0 Comments

Color spaces of #c93bda

RGB 20159218
HSL0.820.680.54
HSV294°73°85°
CMYK 0.080.730.00   0.15
XYZ38.306220.607468.2883
Yxy20.60740.30110.1620
Hunter Lab45.395471.1826-57.4132
CIE-Lab52.517173.9967-53.0624

#c93bda color RGB value is (201,59,218).

#c93bda hex color red value is 201, green value is 59 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c93bda hue: 0.82 , saturation: 0.68 and the lightness value of c93bda is 0.54.

The process color (four color CMYK) of #c93bda color hex is 0.08, 0.73, 0.00, 0.15. Web safe color of #c93bda is #cc33cc. Color #c93bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111011 11011010
Octal 311 73 332
Decimal 201 59 218
Hex C9 3B DA

RGB Percentages of Color #c93bda

%42.05
%12.34
%45.61

CMYK Percentages of Color #c93bda

%8
%73
%0
%15

Triadic Colors of #c93bda

#c93bda #dac93b #3bdac9

Analogous Colors of #c93bda

#c93bda #da3b9c #7a3bda

Monochromatic Colors of #c93bda

#c93bda

Complementary Color

#c93bda #4cda3b

#c93bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93bda Color CSS Codes

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

#c93bda Text Font Color

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

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


#c93bda Background Color

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

This div background color is #c93bda


#c93bda Border Color

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

This div border color is #c93bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93bda


Comments

No comments written yet.

Please login to write comment.