color codes Logo

#c95dfb color codes

#C95DFB
(201,93,251)
0 Favorites   0 Comments

Color spaces of #c95dfb

RGB 20193251
HSL0.780.950.67
HSV281°63°98°
CMYK 0.200.630.00   0.02
XYZ45.414327.211294.1255
Yxy27.21120.27230.1632
Hunter Lab52.164464.1145-70.4680
CIE-Lab59.169366.8845-60.9200

#c95dfb color RGB value is (201,93,251).

#c95dfb hex color red value is 201, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c95dfb hue: 0.78 , saturation: 0.95 and the lightness value of c95dfb is 0.67.

The process color (four color CMYK) of #c95dfb color code is 0.20, 0.63, 0.00, 0.02. Web safe color of #c95dfb is #cc66ff. Color #c95dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011101 11111011
Octal 311 135 373
Decimal 201 93 251
Hex C9 5D FB

RGB Percentages of Color #c95dfb

%36.88
%17.06
%46.06

CMYK Percentages of Color #c95dfb

%20
%63
%0
%2

Triadic Colors of #c95dfb

#c95dfb #fbc95d #5dfbc9

Analogous Colors of #c95dfb

#c95dfb #fb5dde #7a5dfb

Monochromatic Colors of #c95dfb

#c95dfb

Complementary Color

#c95dfb #8ffb5d

#c95dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95dfb Color CSS Codes

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

#c95dfb Text Font Color

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

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


#c95dfb Background Color

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

This div background color is #c95dfb


#c95dfb Border Color

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

This div border color is #c95dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95dfb

#c95dfb Color Palettes


Comments

No comments written yet.

Please login to write comment.