Color Hex Logo

#cb87ea Color Hex

#CB87EA
(203,135,234)
0 Favorites   0 Comments

Color spaces of #cb87ea

RGB 203135234
HSL0.780.700.72
HSV281°42°92°
CMYK 0.130.420.00   0.08
XYZ48.143935.965082.2464
Yxy35.96500.28940.2162
Hunter Lab59.970838.3488-39.3331
CIE-Lab66.493242.9957-39.9147

#cb87ea color RGB value is (203,135,234).

#cb87ea hex color red value is 203, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cb87ea hue: 0.78 , saturation: 0.70 and the lightness value of cb87ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 11101010
Octal 313 207 352
Decimal 203 135 234
Hex CB 87 EA

RGB Percentages of Color #cb87ea

%35.49
%23.60
%40.91

CMYK Percentages of Color #cb87ea

%13
%42
%0
%8

Triadic Colors of #cb87ea

#cb87ea #eacb87 #87eacb

Analogous Colors of #cb87ea

#cb87ea #ea87d8 #9a87ea

Monochromatic Colors of #cb87ea

#cb87ea

Complementary Color

#cb87ea #a6ea87

#cb87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb87ea Color CSS Codes

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

#cb87ea Text Font Color

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

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


#cb87ea Background Color

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

This div background color is #cb87ea


#cb87ea Border Color

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

This div border color is #cb87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb87ea


Comments

No comments written yet.

Please login to write comment.