Color Hex Logo

#ce2aec Color Hex

#CE2AEC
(206,42,236)
0 Favorites   0 Comments

Color spaces of #ce2aec

RGB 20642236
HSL0.810.840.55
HSV291°82°93°
CMYK 0.130.820.00   0.07
XYZ41.421920.833981.1950
Yxy20.83390.28880.1452
Hunter Lab45.644282.1107-73.5182
CIE-Lab52.767282.6722-62.8006

#ce2aec color RGB value is (206,42,236).

#ce2aec hex color red value is 206, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce2aec hue: 0.81 , saturation: 0.84 and the lightness value of ce2aec is 0.55.

The process color (four color CMYK) of #ce2aec color hex is 0.13, 0.82, 0.00, 0.07. Web safe color of #ce2aec is #cc33ff. Color #ce2aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101010 11101100
Octal 316 52 354
Decimal 206 42 236
Hex CE 2A EC

RGB Percentages of Color #ce2aec

%42.56
%8.68
%48.76

CMYK Percentages of Color #ce2aec

%13
%82
%0
%7

Triadic Colors of #ce2aec

#ce2aec #ecce2a #2aecce

Analogous Colors of #ce2aec

#ce2aec #ec2aa9 #6d2aec

Monochromatic Colors of #ce2aec

#ce2aec

Complementary Color

#ce2aec #48ec2a

#ce2aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2aec Color CSS Codes

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

#ce2aec Text Font Color

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

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


#ce2aec Background Color

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

This div background color is #ce2aec


#ce2aec Border Color

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

This div border color is #ce2aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2aec


Comments

No comments written yet.

Please login to write comment.