Color Hex Logo

#ce87ec Color Hex

#CE87EC
(206,135,236)
0 Favorites   0 Comments

Color spaces of #ce87ec

RGB 206135236
HSL0.780.730.73
HSV282°43°93°
CMYK 0.130.430.00   0.07
XYZ49.257936.505983.8070
Yxy36.50590.29050.2153
Hunter Lab60.420139.7881-39.9454
CIE-Lab66.904744.2727-40.3500

#ce87ec color RGB value is (206,135,236).

#ce87ec hex color red value is 206, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce87ec hue: 0.78 , saturation: 0.73 and the lightness value of ce87ec is 0.73.

The process color (four color CMYK) of #ce87ec color hex is 0.13, 0.43, 0.00, 0.07. Web safe color of #ce87ec is #cc99ff. Color #ce87ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000111 11101100
Octal 316 207 354
Decimal 206 135 236
Hex CE 87 EC

RGB Percentages of Color #ce87ec

%35.70
%23.40
%40.90

CMYK Percentages of Color #ce87ec

%13
%43
%0
%7

Triadic Colors of #ce87ec

#ce87ec #ecce87 #87ecce

Analogous Colors of #ce87ec

#ce87ec #ec87d8 #9c87ec

Monochromatic Colors of #ce87ec

#ce87ec

Complementary Color

#ce87ec #a5ec87

#ce87ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce87ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce87ec Color CSS Codes

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

#ce87ec Text Font Color

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

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


#ce87ec Background Color

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

This div background color is #ce87ec


#ce87ec Border Color

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

This div border color is #ce87ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,135,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce87ec


Comments

No comments written yet.

Please login to write comment.