Color Hex Logo

#ce62eb Color Hex

#CE62EB
(206,98,235)
0 Favorites   0 Comments

Color spaces of #ce62eb

RGB 20698235
HSL0.800.770.65
HSV287°58°92°
CMYK 0.120.580.00   0.08
XYZ44.816727.855381.6118
Yxy27.85530.29050.1805
Hunter Lab52.778159.2121-54.7366
CIE-Lab59.757862.6259-51.0578

#ce62eb color RGB value is (206,98,235).

#ce62eb hex color red value is 206, green value is 98 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ce62eb hue: 0.80 , saturation: 0.77 and the lightness value of ce62eb is 0.65.

The process color (four color CMYK) of #ce62eb color hex is 0.12, 0.58, 0.00, 0.08. Web safe color of #ce62eb is #cc66ff. Color #ce62eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100010 11101011
Octal 316 142 353
Decimal 206 98 235
Hex CE 62 EB

RGB Percentages of Color #ce62eb

%38.22
%18.18
%43.60

CMYK Percentages of Color #ce62eb

%12
%58
%0
%8

Triadic Colors of #ce62eb

#ce62eb #ebce62 #62ebce

Analogous Colors of #ce62eb

#ce62eb #eb62c4 #8a62eb

Monochromatic Colors of #ce62eb

#ce62eb

Complementary Color

#ce62eb #7feb62

#ce62eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce62eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce62eb Color CSS Codes

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

#ce62eb Text Font Color

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

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


#ce62eb Background Color

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

This div background color is #ce62eb


#ce62eb Border Color

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

This div border color is #ce62eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce62eb


Comments

No comments written yet.

Please login to write comment.