Color Hex Logo

#ce5fff Color Hex

#CE5FFF
(206,95,255)
0 Favorites   0 Comments

Color spaces of #ce5fff

RGB 20695255
HSL0.781.000.69
HSV282°63°100°
CMYK 0.190.630.00   0.00
XYZ47.595828.526297.6053
Yxy28.52620.27400.1642
Hunter Lab53.409965.6014-70.9640
CIE-Lab60.361267.9084-61.1846

#ce5fff color RGB value is (206,95,255).

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

The process color (four color CMYK) of #ce5fff color hex is 0.19, 0.63, 0.00, 0.00. Web safe color of #ce5fff is #cc66ff. Color #ce5fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011111 11111111
Octal 316 137 377
Decimal 206 95 255
Hex CE 5F FF

RGB Percentages of Color #ce5fff

%37.05
%17.09
%45.86

CMYK Percentages of Color #ce5fff

%19
%63
%0
%0

Triadic Colors of #ce5fff

#ce5fff #ffce5f #5fffce

Analogous Colors of #ce5fff

#ce5fff #ff5fe0 #7e5fff

Monochromatic Colors of #ce5fff

#ce5fff

Complementary Color

#ce5fff #90ff5f

#ce5fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5fff Color CSS Codes

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

#ce5fff Text Font Color

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

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


#ce5fff Background Color

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

This div background color is #ce5fff


#ce5fff Border Color

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

This div border color is #ce5fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5fff


Comments

No comments written yet.

Please login to write comment.