Color Hex Logo

#c95dda Color Hex

#C95DDA
(201,93,218)
0 Favorites   0 Comments

Color spaces of #c95dda

RGB 20193218
HSL0.810.630.61
HSV292°57°85°
CMYK 0.080.570.00   0.15
XYZ40.656625.308269.0718
Yxy25.30820.30110.1874
Hunter Lab50.307356.2199-46.1900
CIE-Lab57.374560.4641-45.3399

#c95dda color RGB value is (201,93,218).

#c95dda hex color red value is 201, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c95dda hue: 0.81 , saturation: 0.63 and the lightness value of c95dda is 0.61.

The process color (four color CMYK) of #c95dda color hex is 0.08, 0.57, 0.00, 0.15. Web safe color of #c95dda is #cc66cc. Color #c95dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011101 11011010
Octal 311 135 332
Decimal 201 93 218
Hex C9 5D DA

RGB Percentages of Color #c95dda

%39.26
%18.16
%42.58

CMYK Percentages of Color #c95dda

%8
%57
%0
%15

Triadic Colors of #c95dda

#c95dda #dac95d #5ddac9

Analogous Colors of #c95dda

#c95dda #da5dad #8b5dda

Monochromatic Colors of #c95dda

#c95dda

Complementary Color

#c95dda #6eda5d

#c95dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95dda Color CSS Codes

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

#c95dda Text Font Color

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

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


#c95dda Background Color

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

This div background color is #c95dda


#c95dda Border Color

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

This div border color is #c95dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95dda


Comments

No comments written yet.

Please login to write comment.