Color Hex Logo

#c95bce Color Hex

#C95BCE
(201,91,206)
0 Favorites   0 Comments

Color spaces of #c95bce

RGB 20191206
HSL0.830.540.58
HSV297°56°81°
CMYK 0.020.560.00   0.19
XYZ38.969124.355961.0398
Yxy24.35590.31330.1958
Hunter Lab49.351754.5817-38.7856
CIE-Lab56.442459.1958-40.0096

#c95bce color RGB value is (201,91,206).

#c95bce hex color red value is 201, green value is 91 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c95bce hue: 0.83 , saturation: 0.54 and the lightness value of c95bce is 0.58.

The process color (four color CMYK) of #c95bce color hex is 0.02, 0.56, 0.00, 0.19. Web safe color of #c95bce is #cc66cc. Color #c95bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011011 11001110
Octal 311 133 316
Decimal 201 91 206
Hex C9 5B CE

RGB Percentages of Color #c95bce

%40.36
%18.27
%41.37

CMYK Percentages of Color #c95bce

%2
%56
%0
%19

Triadic Colors of #c95bce

#c95bce #cec95b #5bcec9

Analogous Colors of #c95bce

#c95bce #ce5b9a #905bce

Monochromatic Colors of #c95bce

#c95bce

Complementary Color

#c95bce #60ce5b

#c95bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95bce Color CSS Codes

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

#c95bce Text Font Color

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

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


#c95bce Background Color

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

This div background color is #c95bce


#c95bce Border Color

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

This div border color is #c95bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95bce


Comments

No comments written yet.

Please login to write comment.