Color Hex Logo

#ce06eb Color Hex

#CE06EB
(206,6,235)
0 Favorites   0 Comments

Color spaces of #ce06eb

RGB 2066235
HSL0.810.950.47
HSV292°97°92°
CMYK 0.120.970.00   0.08
XYZ40.514119.250280.1776
Yxy19.25020.28950.1376
Hunter Lab43.875088.0451-77.6345
CIE-Lab50.978787.5917-65.1237

#ce06eb color RGB value is (206,6,235).

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

The process color (four color CMYK) of #ce06eb color hex is 0.12, 0.97, 0.00, 0.08. Web safe color of #ce06eb is #cc00ff. Color #ce06eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00000110 11101011
Octal 316 6 353
Decimal 206 6 235
Hex CE 6 EB

RGB Percentages of Color #ce06eb

%46.09
%1.34
%52.57

CMYK Percentages of Color #ce06eb

%12
%97
%0
%8

Triadic Colors of #ce06eb

#ce06eb #ebce06 #06ebce

Analogous Colors of #ce06eb

#ce06eb #eb0696 #5c06eb

Monochromatic Colors of #ce06eb

#ce06eb

Complementary Color

#ce06eb #23eb06

#ce06eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce06eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce06eb Color CSS Codes

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

#ce06eb Text Font Color

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

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


#ce06eb Background Color

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

This div background color is #ce06eb


#ce06eb Border Color

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

This div border color is #ce06eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce06eb


Comments

No comments written yet.

Please login to write comment.