Color Hex Logo

#ce34eb Color Hex

#CE34EB
(206,52,235)
0 Favorites   0 Comments

Color spaces of #ce34eb

RGB 20652235
HSL0.810.820.56
HSV290°78°92°
CMYK 0.120.780.00   0.08
XYZ41.677021.576080.5652
Yxy21.57600.28980.1500
Hunter Lab46.450078.8708-70.3206
CIE-Lab53.574279.9704-60.9391

#ce34eb color RGB value is (206,52,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110100 11101011
Octal 316 64 353
Decimal 206 52 235
Hex CE 34 EB

RGB Percentages of Color #ce34eb

%41.78
%10.55
%47.67

CMYK Percentages of Color #ce34eb

%12
%78
%0
%8

Triadic Colors of #ce34eb

#ce34eb #ebce34 #34ebce

Analogous Colors of #ce34eb

#ce34eb #eb34ad #7334eb

Monochromatic Colors of #ce34eb

#ce34eb

Complementary Color

#ce34eb #51eb34

#ce34eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce34eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce34eb Color CSS Codes

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

#ce34eb Text Font Color

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

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


#ce34eb Background Color

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

This div background color is #ce34eb


#ce34eb Border Color

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

This div border color is #ce34eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,52,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ce34eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce34eb


Comments

No comments written yet.

Please login to write comment.