Color Hex Logo

#c88eff Color Hex

#C88EFF
(200,142,255)
0 Favorites   0 Comments

Color spaces of #c88eff

RGB 200142255
HSL0.751.000.78
HSV271°44°100°
CMYK 0.220.440.00   0.00
XYZ51.542438.845499.3891
Yxy38.84540.27160.2047
Hunter Lab62.326138.5452-50.9193
CIE-Lab68.639142.9119-48.0799

#c88eff color RGB value is (200,142,255).

#c88eff hex color red value is 200, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c88eff hue: 0.75 , saturation: 1.00 and the lightness value of c88eff is 0.78.

The process color (four color CMYK) of #c88eff color hex is 0.22, 0.44, 0.00, 0.00. Web safe color of #c88eff is #cc99ff. Color #c88eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 11111111
Octal 310 216 377
Decimal 200 142 255
Hex C8 8E FF

RGB Percentages of Color #c88eff

%33.50
%23.79
%42.71

CMYK Percentages of Color #c88eff

%22
%44
%0
%0

Triadic Colors of #c88eff

#c88eff #ffc88e #8effc8

Analogous Colors of #c88eff

#c88eff #ff8efe #908eff

Monochromatic Colors of #c88eff

#c88eff

Complementary Color

#c88eff #c5ff8e

#c88eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88eff Color CSS Codes

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

#c88eff Text Font Color

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

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


#c88eff Background Color

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

This div background color is #c88eff


#c88eff Border Color

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

This div border color is #c88eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88eff


Comments

No comments written yet.

Please login to write comment.