Color Hex Logo

#ce3aea Color Hex

#CE3AEA
(206,58,234)
0 Favorites   0 Comments

Color spaces of #ce3aea

RGB 20658234
HSL0.810.810.57
HSV290°75°92°
CMYK 0.120.750.00   0.08
XYZ41.817922.088479.9013
Yxy22.08840.29080.1536
Hunter Lab46.998376.5778-67.8995
CIE-Lab54.120778.0425-59.4987

#ce3aea color RGB value is (206,58,234).

#ce3aea hex color red value is 206, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce3aea hue: 0.81 , saturation: 0.81 and the lightness value of ce3aea is 0.57.

The process color (four color CMYK) of #ce3aea color hex is 0.12, 0.75, 0.00, 0.08. Web safe color of #ce3aea is #cc33ff. Color #ce3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111010 11101010
Octal 316 72 352
Decimal 206 58 234
Hex CE 3A EA

RGB Percentages of Color #ce3aea

%41.37
%11.65
%46.99

CMYK Percentages of Color #ce3aea

%12
%75
%0
%8

Triadic Colors of #ce3aea

#ce3aea #eace3a #3aeace

Analogous Colors of #ce3aea

#ce3aea #ea3aae #763aea

Monochromatic Colors of #ce3aea

#ce3aea

Complementary Color

#ce3aea #56ea3a

#ce3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3aea Color CSS Codes

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

#ce3aea Text Font Color

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

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


#ce3aea Background Color

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

This div background color is #ce3aea


#ce3aea Border Color

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

This div border color is #ce3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3aea


Comments

No comments written yet.

Please login to write comment.