Color Hex Logo

#c88efc Color Hex

#C88EFC
(200,142,252)
0 Favorites   0 Comments

Color spaces of #c88efc

RGB 200142252
HSL0.750.950.77
HSV272°44°99°
CMYK 0.210.440.00   0.01
XYZ51.063138.653696.8650
Yxy38.65360.27370.2072
Hunter Lab62.172037.8045-48.8544
CIE-Lab68.499642.2455-46.6640

#c88efc color RGB value is (200,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001110 11111100
Octal 310 216 374
Decimal 200 142 252
Hex C8 8E FC

RGB Percentages of Color #c88efc

%33.67
%23.91
%42.42

CMYK Percentages of Color #c88efc

%21
%44
%0
%1

Triadic Colors of #c88efc

#c88efc #fcc88e #8efcc8

Analogous Colors of #c88efc

#c88efc #fc8ef9 #918efc

Monochromatic Colors of #c88efc

#c88efc

Complementary Color

#c88efc #c2fc8e

#c88efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88efc Color CSS Codes

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

#c88efc Text Font Color

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

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


#c88efc Background Color

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

This div background color is #c88efc


#c88efc Border Color

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

This div border color is #c88efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88efc


Comments

No comments written yet.

Please login to write comment.