Color Hex Logo

#c95bdd Color Hex

#C95BDD
(201,91,221)
0 Favorites   0 Comments

Color spaces of #c95bdd

RGB 20191221
HSL0.810.660.61
HSV291°59°87°
CMYK 0.090.590.00   0.13
XYZ40.879625.120171.1007
Yxy25.12010.29820.1832
Hunter Lab50.120057.8810-49.0255
CIE-Lab57.192361.9372-47.3205

#c95bdd color RGB value is (201,91,221).

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

The process color (four color CMYK) of #c95bdd color hex is 0.09, 0.59, 0.00, 0.13. Web safe color of #c95bdd is #cc66cc. Color #c95bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011011 11011101
Octal 311 133 335
Decimal 201 91 221
Hex C9 5B DD

RGB Percentages of Color #c95bdd

%39.18
%17.74
%43.08

CMYK Percentages of Color #c95bdd

%9
%59
%0
%13

Triadic Colors of #c95bdd

#c95bdd #ddc95b #5bddc9

Analogous Colors of #c95bdd

#c95bdd #dd5bb0 #885bdd

Monochromatic Colors of #c95bdd

#c95bdd

Complementary Color

#c95bdd #6fdd5b

#c95bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95bdd Color CSS Codes

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

#c95bdd Text Font Color

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

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


#c95bdd Background Color

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

This div background color is #c95bdd


#c95bdd Border Color

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

This div border color is #c95bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95bdd


Comments

No comments written yet.

Please login to write comment.