Color Hex Logo

#cf88ea Color Hex

#CF88EA
(207,136,234)
0 Favorites   0 Comments

Color spaces of #cf88ea

RGB 207136234
HSL0.790.700.73
HSV283°42°92°
CMYK 0.120.420.00   0.08
XYZ49.387636.814282.3447
Yxy36.81420.29300.2184
Hunter Lab60.674739.1135-37.9932
CIE-Lab67.137443.6218-38.8765

#cf88ea color RGB value is (207,136,234).

#cf88ea hex color red value is 207, green value is 136 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cf88ea hue: 0.79 , saturation: 0.70 and the lightness value of cf88ea is 0.73.

The process color (four color CMYK) of #cf88ea color hex is 0.12, 0.42, 0.00, 0.08. Web safe color of #cf88ea is #cc99ff. Color #cf88ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10001000 11101010
Octal 317 210 352
Decimal 207 136 234
Hex CF 88 EA

RGB Percentages of Color #cf88ea

%35.88
%23.57
%40.55

CMYK Percentages of Color #cf88ea

%12
%42
%0
%8

Triadic Colors of #cf88ea

#cf88ea #eacf88 #88eacf

Analogous Colors of #cf88ea

#cf88ea #ea88d4 #9e88ea

Monochromatic Colors of #cf88ea

#cf88ea

Complementary Color

#cf88ea #a3ea88

#cf88ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf88ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf88ea Color CSS Codes

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

#cf88ea Text Font Color

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

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


#cf88ea Background Color

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

This div background color is #cf88ea


#cf88ea Border Color

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

This div border color is #cf88ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,136,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cf88ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cf88ea;
  -webkit-box-shadow: 1px 1px 3px 2px #cf88ea;
  box-shadow:         1px 1px 3px 2px #cf88ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,136,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf88ea


Comments

No comments written yet.

Please login to write comment.