Color Hex Logo

#ce23ea Color Hex

#CE23EA
(206,35,234)
0 Favorites   0 Comments

Color spaces of #ce23ea

RGB 20635234
HSL0.810.830.53
HSV292°85°92°
CMYK 0.120.850.00   0.08
XYZ40.905920.264479.5973
Yxy20.26440.29060.1440
Hunter Lab45.016083.4244-73.3254
CIE-Lab52.134883.8173-62.6935

#ce23ea color RGB value is (206,35,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100011 11101010
Octal 316 43 352
Decimal 206 35 234
Hex CE 23 EA

RGB Percentages of Color #ce23ea

%43.37
%7.37
%49.26

CMYK Percentages of Color #ce23ea

%12
%85
%0
%8

Triadic Colors of #ce23ea

#ce23ea #eace23 #23eace

Analogous Colors of #ce23ea

#ce23ea #ea23a3 #6b23ea

Monochromatic Colors of #ce23ea

#ce23ea

Complementary Color

#ce23ea #3fea23

#ce23ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce23ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce23ea Color CSS Codes

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

#ce23ea Text Font Color

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

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


#ce23ea Background Color

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

This div background color is #ce23ea


#ce23ea Border Color

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

This div border color is #ce23ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce23ea


Comments

No comments written yet.

Please login to write comment.