Color Hex Logo

#c88aee Color Hex

#C88AEE
(200,138,238)
0 Favorites   0 Comments

Color spaces of #c88aee

RGB 200138238
HSL0.770.750.74
HSV277°42°93°
CMYK 0.160.420.00   0.07
XYZ48.340536.629485.4113
Yxy36.62940.28370.2150
Hunter Lab60.522236.6582-41.3068
CIE-Lab66.998141.3613-41.3512

#c88aee color RGB value is (200,138,238).

#c88aee hex color red value is 200, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c88aee hue: 0.77 , saturation: 0.75 and the lightness value of c88aee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001010 11101110
Octal 310 212 356
Decimal 200 138 238
Hex C8 8A EE

RGB Percentages of Color #c88aee

%34.72
%23.96
%41.32

CMYK Percentages of Color #c88aee

%16
%42
%0
%7

Triadic Colors of #c88aee

#c88aee #eec88a #8aeec8

Analogous Colors of #c88aee

#c88aee #ee8ae2 #968aee

Monochromatic Colors of #c88aee

#c88aee

Complementary Color

#c88aee #b0ee8a

#c88aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88aee Color CSS Codes

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

#c88aee Text Font Color

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

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


#c88aee Background Color

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

This div background color is #c88aee


#c88aee Border Color

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

This div border color is #c88aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88aee


Comments

No comments written yet.

Please login to write comment.