Color Hex Logo

#ce30eb Color Hex

#CE30EB
(206,48,235)
0 Favorites   0 Comments

Color spaces of #ce30eb

RGB 20648235
HSL0.810.820.55
HSV291°80°92°
CMYK 0.120.800.00   0.08
XYZ41.505921.233980.5082
Yxy21.23390.28970.1482
Hunter Lab46.080380.1400-71.3312
CIE-Lab53.204581.0433-61.5338

#ce30eb color RGB value is (206,48,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110000 11101011
Octal 316 60 353
Decimal 206 48 235
Hex CE 30 EB

RGB Percentages of Color #ce30eb

%42.13
%9.82
%48.06

CMYK Percentages of Color #ce30eb

%12
%80
%0
%8

Triadic Colors of #ce30eb

#ce30eb #ebce30 #30ebce

Analogous Colors of #ce30eb

#ce30eb #eb30ab #7130eb

Monochromatic Colors of #ce30eb

#ce30eb

Complementary Color

#ce30eb #4deb30

#ce30eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce30eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce30eb Color CSS Codes

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

#ce30eb Text Font Color

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

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


#ce30eb Background Color

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

This div background color is #ce30eb


#ce30eb Border Color

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

This div border color is #ce30eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce30eb


Comments

No comments written yet.

Please login to write comment.