Color Hex Logo

#ce8cfd Color Hex

#CE8CFD
(206,140,253)
0 Favorites   0 Comments

Color spaces of #ce8cfd

RGB 206140253
HSL0.760.970.77
HSV275°45°99°
CMYK 0.190.450.00   0.01
XYZ52.561338.969897.6802
Yxy38.96980.27780.2060
Hunter Lab62.425841.0484-49.0754
CIE-Lab68.729445.1921-46.8059

#ce8cfd color RGB value is (206,140,253).

#ce8cfd hex color red value is 206, green value is 140 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ce8cfd hue: 0.76 , saturation: 0.97 and the lightness value of ce8cfd is 0.77.

The process color (four color CMYK) of #ce8cfd color hex is 0.19, 0.45, 0.00, 0.01. Web safe color of #ce8cfd is #cc99ff. Color #ce8cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001100 11111101
Octal 316 214 375
Decimal 206 140 253
Hex CE 8C FD

RGB Percentages of Color #ce8cfd

%34.39
%23.37
%42.24

CMYK Percentages of Color #ce8cfd

%19
%45
%0
%1

Triadic Colors of #ce8cfd

#ce8cfd #fdce8c #8cfdce

Analogous Colors of #ce8cfd

#ce8cfd #fd8cf4 #968cfd

Monochromatic Colors of #ce8cfd

#ce8cfd

Complementary Color

#ce8cfd #bbfd8c

#ce8cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8cfd Color CSS Codes

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

#ce8cfd Text Font Color

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

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


#ce8cfd Background Color

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

This div background color is #ce8cfd


#ce8cfd Border Color

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

This div border color is #ce8cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8cfd


Comments

No comments written yet.

Please login to write comment.