Color Hex Logo

#c995ef Color Hex

#C995EF
(201,149,239)
0 Favorites   0 Comments

Color spaces of #c995ef

RGB 201149239
HSL0.760.740.76
HSV275°38°94°
CMYK 0.160.380.00   0.06
XYZ50.414840.144486.7528
Yxy40.14440.28430.2264
Hunter Lab63.359631.1519-36.8289
CIE-Lab69.572335.8945-37.8736

#c995ef color RGB value is (201,149,239).

#c995ef hex color red value is 201, green value is 149 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c995ef hue: 0.76 , saturation: 0.74 and the lightness value of c995ef is 0.76.

The process color (four color CMYK) of #c995ef color hex is 0.16, 0.38, 0.00, 0.06. Web safe color of #c995ef is #cc99ff. Color #c995ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010101 11101111
Octal 311 225 357
Decimal 201 149 239
Hex C9 95 EF

RGB Percentages of Color #c995ef

%34.13
%25.30
%40.58

CMYK Percentages of Color #c995ef

%16
%38
%0
%6

Triadic Colors of #c995ef

#c995ef #efc995 #95efc9

Analogous Colors of #c995ef

#c995ef #ef95e8 #9c95ef

Monochromatic Colors of #c995ef

#c995ef

Complementary Color

#c995ef #bbef95

#c995ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c995ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c995ef Color CSS Codes

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

#c995ef Text Font Color

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

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


#c995ef Background Color

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

This div background color is #c995ef


#c995ef Border Color

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

This div border color is #c995ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c995ef


Comments

No comments written yet.

Please login to write comment.