Color Hex Logo

#c896ee Color Hex

#C896EE
(200,150,238)
0 Favorites   0 Comments

Color spaces of #c896ee

RGB 200150238
HSL0.760.720.76
HSV274°37°93°
CMYK 0.160.370.00   0.07
XYZ50.158440.265186.0172
Yxy40.26510.28430.2282
Hunter Lab63.454830.0510-35.9532
CIE-Lab69.657934.8379-37.2004

#c896ee color RGB value is (200,150,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 11101110
Octal 310 226 356
Decimal 200 150 238
Hex C8 96 EE

RGB Percentages of Color #c896ee

%34.01
%25.51
%40.48

CMYK Percentages of Color #c896ee

%16
%37
%0
%7

Triadic Colors of #c896ee

#c896ee #eec896 #96eec8

Analogous Colors of #c896ee

#c896ee #ee96e8 #9c96ee

Monochromatic Colors of #c896ee

#c896ee

Complementary Color

#c896ee #bcee96

#c896ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c896ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c896ee Color CSS Codes

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

#c896ee Text Font Color

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

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


#c896ee Background Color

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

This div background color is #c896ee


#c896ee Border Color

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

This div border color is #c896ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,150,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c896ee


Comments

No comments written yet.

Please login to write comment.