Color Hex Logo

#c93deb Color Hex

#C93DEB
(201,61,235)
0 Favorites   0 Comments

Color spaces of #c93deb

RGB 20161235
HSL0.800.810.58
HSV288°74°92°
CMYK 0.140.740.00   0.08
XYZ40.751521.753280.6482
Yxy21.75320.28470.1520
Hunter Lab46.640374.3419-69.8732
CIE-Lab53.764276.3188-60.6737

#c93deb color RGB value is (201,61,235).

#c93deb hex color red value is 201, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c93deb hue: 0.80 , saturation: 0.81 and the lightness value of c93deb is 0.58.

The process color (four color CMYK) of #c93deb color hex is 0.14, 0.74, 0.00, 0.08. Web safe color of #c93deb is #cc33ff. Color #c93deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111101 11101011
Octal 311 75 353
Decimal 201 61 235
Hex C9 3D EB

RGB Percentages of Color #c93deb

%40.44
%12.27
%47.28

CMYK Percentages of Color #c93deb

%14
%74
%0
%8

Triadic Colors of #c93deb

#c93deb #ebc93d #3debc9

Analogous Colors of #c93deb

#c93deb #eb3db6 #723deb

Monochromatic Colors of #c93deb

#c93deb

Complementary Color

#c93deb #5feb3d

#c93deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93deb Color CSS Codes

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

#c93deb Text Font Color

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

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


#c93deb Background Color

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

This div background color is #c93deb


#c93deb Border Color

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

This div border color is #c93deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93deb


Comments

No comments written yet.

Please login to write comment.