Color Hex Logo

#c95ded Color Hex

#C95DED
(201,93,237)
0 Favorites   0 Comments

Color spaces of #c95ded

RGB 20193237
HSL0.790.800.65
HSV285°61°93°
CMYK 0.150.610.00   0.07
XYZ43.287826.360682.9274
Yxy26.36060.28370.1728
Hunter Lab51.342660.6469-59.8241
CIE-Lab58.377864.0975-54.4081

#c95ded color RGB value is (201,93,237).

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

The process color (four color CMYK) of #c95ded color hex is 0.15, 0.61, 0.00, 0.07. Web safe color of #c95ded is #cc66ff. Color #c95ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011101 11101101
Octal 311 135 355
Decimal 201 93 237
Hex C9 5D ED

RGB Percentages of Color #c95ded

%37.85
%17.51
%44.63

CMYK Percentages of Color #c95ded

%15
%61
%0
%7

Triadic Colors of #c95ded

#c95ded #edc95d #5dedc9

Analogous Colors of #c95ded

#c95ded #ed5dc9 #815ded

Monochromatic Colors of #c95ded

#c95ded

Complementary Color

#c95ded #81ed5d

#c95ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95ded Color CSS Codes

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

#c95ded Text Font Color

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

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


#c95ded Background Color

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

This div background color is #c95ded


#c95ded Border Color

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

This div border color is #c95ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,93,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 #c95ded">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95ded


Comments

No comments written yet.

Please login to write comment.