Color Hex Logo

#ce28ff Color Hex

#CE28FF
(206,40,255)
0 Favorites   0 Comments

Color spaces of #ce28ff

RGB 20640255
HSL0.801.000.58
HSV286°84°100°
CMYK 0.190.840.00   0.00
XYZ44.262421.859496.4941
Yxy21.85940.27220.1344
Hunter Lab46.754087.1677-89.6388
CIE-Lab53.877586.3608-71.6287

#ce28ff color RGB value is (206,40,255).

#ce28ff hex color red value is 206, green value is 40 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ce28ff hue: 0.80 , saturation: 1.00 and the lightness value of ce28ff is 0.58.

The process color (four color CMYK) of #ce28ff color hex is 0.19, 0.84, 0.00, 0.00. Web safe color of #ce28ff is #cc33ff. Color #ce28ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101000 11111111
Octal 316 50 377
Decimal 206 40 255
Hex CE 28 FF

RGB Percentages of Color #ce28ff

%41.12
%7.98
%50.90

CMYK Percentages of Color #ce28ff

%19
%84
%0
%0

Triadic Colors of #ce28ff

#ce28ff #ffce28 #28ffce

Analogous Colors of #ce28ff

#ce28ff #ff28c5 #6228ff

Monochromatic Colors of #ce28ff

#ce28ff

Complementary Color

#ce28ff #59ff28

#ce28ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce28ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce28ff Color CSS Codes

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

#ce28ff Text Font Color

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

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


#ce28ff Background Color

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

This div background color is #ce28ff


#ce28ff Border Color

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

This div border color is #ce28ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce28ff

Related Colors


Comments

No comments written yet.

Please login to write comment.