Color Hex Logo

#c93ded Color Hex

#C93DED
(201,61,237)
0 Favorites   0 Comments

Color spaces of #c93ded

RGB 20161237
HSL0.800.830.58
HSV288°74°93°
CMYK 0.150.740.00   0.07
XYZ41.042221.869482.1788
Yxy21.86940.28290.1507
Hunter Lab46.764774.8189-71.4539
CIE-Lab53.888276.6787-61.5976

#c93ded color RGB value is (201,61,237).

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

The process color (four color CMYK) of #c93ded color hex is 0.15, 0.74, 0.00, 0.07. Web safe color of #c93ded is #cc33ff. Color #c93ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111101 11101101
Octal 311 75 355
Decimal 201 61 237
Hex C9 3D ED

RGB Percentages of Color #c93ded

%40.28
%12.22
%47.49

CMYK Percentages of Color #c93ded

%15
%74
%0
%7

Triadic Colors of #c93ded

#c93ded #edc93d #3dedc9

Analogous Colors of #c93ded

#c93ded #ed3db9 #713ded

Monochromatic Colors of #c93ded

#c93ded

Complementary Color

#c93ded #61ed3d

#c93ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93ded Color CSS Codes

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

#c93ded Text Font Color

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

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


#c93ded Background Color

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

This div background color is #c93ded


#c93ded Border Color

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

This div border color is #c93ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93ded


Comments

No comments written yet.

Please login to write comment.