Color Hex Logo

#ce3aec Color Hex

#CE3AEC
(206,58,236)
0 Favorites   0 Comments

Color spaces of #ce3aec

RGB 20658236
HSL0.810.820.58
HSV290°75°93°
CMYK 0.130.750.00   0.07
XYZ42.107022.204181.4234
Yxy22.20410.28890.1524
Hunter Lab47.121277.0435-69.4656
CIE-Lab54.242978.3901-60.4263

#ce3aec color RGB value is (206,58,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111010 11101100
Octal 316 72 354
Decimal 206 58 236
Hex CE 3A EC

RGB Percentages of Color #ce3aec

%41.20
%11.60
%47.20

CMYK Percentages of Color #ce3aec

%13
%75
%0
%7

Triadic Colors of #ce3aec

#ce3aec #ecce3a #3aecce

Analogous Colors of #ce3aec

#ce3aec #ec3ab1 #753aec

Monochromatic Colors of #ce3aec

#ce3aec

Complementary Color

#ce3aec #58ec3a

#ce3aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce3aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce3aec Color CSS Codes

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

#ce3aec Text Font Color

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

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


#ce3aec Background Color

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

This div background color is #ce3aec


#ce3aec Border Color

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

This div border color is #ce3aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce3aec


Comments

No comments written yet.

Please login to write comment.