Color Hex Logo

#ce58ec Color Hex

#CE58EC
(206,88,236)
0 Favorites   0 Comments

Color spaces of #ce58ec

RGB 20688236
HSL0.800.800.64
HSV288°63°93°
CMYK 0.130.630.00   0.07
XYZ44.083626.157482.0823
Yxy26.15740.28940.1717
Hunter Lab51.144364.3547-59.3544
CIE-Lab58.186267.2665-54.1159

#ce58ec color RGB value is (206,88,236).

#ce58ec hex color red value is 206, green value is 88 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce58ec hue: 0.80 , saturation: 0.80 and the lightness value of ce58ec is 0.64.

The process color (four color CMYK) of #ce58ec color hex is 0.13, 0.63, 0.00, 0.07. Web safe color of #ce58ec is #cc66ff. Color #ce58ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011000 11101100
Octal 316 130 354
Decimal 206 88 236
Hex CE 58 EC

RGB Percentages of Color #ce58ec

%38.87
%16.60
%44.53

CMYK Percentages of Color #ce58ec

%13
%63
%0
%7

Triadic Colors of #ce58ec

#ce58ec #ecce58 #58ecce

Analogous Colors of #ce58ec

#ce58ec #ec58c0 #8458ec

Monochromatic Colors of #ce58ec

#ce58ec

Complementary Color

#ce58ec #76ec58

#ce58ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce58ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce58ec Color CSS Codes

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

#ce58ec Text Font Color

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

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


#ce58ec Background Color

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

This div background color is #ce58ec


#ce58ec Border Color

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

This div border color is #ce58ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce58ec


Comments

No comments written yet.

Please login to write comment.