Color Hex Logo

#c896ef Color Hex

#C896EF
(200,150,239)
0 Favorites   0 Comments

Color spaces of #c896ef

RGB 200150239
HSL0.760.740.76
HSV274°37°94°
CMYK 0.160.370.00   0.06
XYZ50.305840.324086.7933
Yxy40.32400.28350.2273
Hunter Lab63.501230.2811-36.5866
CIE-Lab69.699735.0533-37.6828

#c896ef color RGB value is (200,150,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 11101111
Octal 310 226 357
Decimal 200 150 239
Hex C8 96 EF

RGB Percentages of Color #c896ef

%33.96
%25.47
%40.58

CMYK Percentages of Color #c896ef

%16
%37
%0
%6

Triadic Colors of #c896ef

#c896ef #efc896 #96efc8

Analogous Colors of #c896ef

#c896ef #ef96ea #9c96ef

Monochromatic Colors of #c896ef

#c896ef

Complementary Color

#c896ef #bdef96

#c896ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c896ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c896ef Color CSS Codes

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

#c896ef Text Font Color

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

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


#c896ef Background Color

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

This div background color is #c896ef


#c896ef Border Color

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

This div border color is #c896ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,150,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 #c896ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c896ef


Comments

No comments written yet.

Please login to write comment.