Color Hex Logo

#ce5cfd Color Hex

#CE5CFD
(206,92,253)
0 Favorites   0 Comments

Color spaces of #ce5cfd

RGB 20692253
HSL0.780.980.68
HSV282°64°99°
CMYK 0.190.640.00   0.01
XYZ47.010427.868095.8298
Yxy27.86800.27540.1632
Hunter Lab52.790266.5741-70.6759
CIE-Lab59.769368.8251-61.0286

#ce5cfd color RGB value is (206,92,253).

#ce5cfd hex color red value is 206, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ce5cfd hue: 0.78 , saturation: 0.98 and the lightness value of ce5cfd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011100 11111101
Octal 316 134 375
Decimal 206 92 253
Hex CE 5C FD

RGB Percentages of Color #ce5cfd

%37.39
%16.70
%45.92

CMYK Percentages of Color #ce5cfd

%19
%64
%0
%1

Triadic Colors of #ce5cfd

#ce5cfd #fdce5c #5cfdce

Analogous Colors of #ce5cfd

#ce5cfd #fd5cdc #7e5cfd

Monochromatic Colors of #ce5cfd

#ce5cfd

Complementary Color

#ce5cfd #8bfd5c

#ce5cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5cfd Color CSS Codes

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

#ce5cfd Text Font Color

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

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


#ce5cfd Background Color

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

This div background color is #ce5cfd


#ce5cfd Border Color

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

This div border color is #ce5cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5cfd


Comments

No comments written yet.

Please login to write comment.