Color Hex Logo

#c95ddb Color Hex

#C95DDB
(201,93,219)
0 Favorites   0 Comments

Color spaces of #c95ddb

RGB 20193219
HSL0.810.640.61
HSV291°58°86°
CMYK 0.080.580.00   0.14
XYZ40.787925.360769.7632
Yxy25.36070.30010.1866
Hunter Lab50.359456.4446-46.8832
CIE-Lab57.425260.6507-45.8240

#c95ddb color RGB value is (201,93,219).

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

The process color (four color CMYK) of #c95ddb color hex is 0.08, 0.58, 0.00, 0.14. Web safe color of #c95ddb is #cc66cc. Color #c95ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011101 11011011
Octal 311 135 333
Decimal 201 93 219
Hex C9 5D DB

RGB Percentages of Color #c95ddb

%39.18
%18.13
%42.69

CMYK Percentages of Color #c95ddb

%8
%58
%0
%14

Triadic Colors of #c95ddb

#c95ddb #dbc95d #5ddbc9

Analogous Colors of #c95ddb

#c95ddb #db5dae #8a5ddb

Monochromatic Colors of #c95ddb

#c95ddb

Complementary Color

#c95ddb #6fdb5d

#c95ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95ddb Color CSS Codes

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

#c95ddb Text Font Color

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

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


#c95ddb Background Color

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

This div background color is #c95ddb


#c95ddb Border Color

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

This div border color is #c95ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95ddb


Comments

No comments written yet.

Please login to write comment.