Color Hex Logo

#ce93ec Color Hex

#CE93EC
(206,147,236)
0 Favorites   0 Comments

Color spaces of #ce93ec

RGB 206147236
HSL0.780.700.75
HSV280°38°93°
CMYK 0.130.380.00   0.07
XYZ51.027640.045484.3970
Yxy40.04540.29080.2282
Hunter Lab63.281433.1927-34.7767
CIE-Lab69.501937.8312-36.3013

#ce93ec color RGB value is (206,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 11101100
Octal 316 223 354
Decimal 206 147 236
Hex CE 93 EC

RGB Percentages of Color #ce93ec

%34.97
%24.96
%40.07

CMYK Percentages of Color #ce93ec

%13
%38
%0
%7

Triadic Colors of #ce93ec

#ce93ec #ecce93 #93ecce

Analogous Colors of #ce93ec

#ce93ec #ec93de #a293ec

Monochromatic Colors of #ce93ec

#ce93ec

Complementary Color

#ce93ec #b1ec93

#ce93ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce93ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce93ec Color CSS Codes

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

#ce93ec Text Font Color

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

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


#ce93ec Background Color

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

This div background color is #ce93ec


#ce93ec Border Color

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

This div border color is #ce93ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce93ec


Comments

No comments written yet.

Please login to write comment.