Color Hex Logo

#ce70fd Color Hex

#CE70FD
(206,112,253)
0 Favorites   0 Comments

Color spaces of #ce70fd

RGB 206112253
HSL0.780.970.72
HSV280°56°99°
CMYK 0.190.560.00   0.01
XYZ48.977431.802096.4855
Yxy31.80200.27630.1794
Hunter Lab56.393356.3386-61.9664
CIE-Lab63.178959.5683-55.5861

#ce70fd color RGB value is (206,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 11111101
Octal 316 160 375
Decimal 206 112 253
Hex CE 70 FD

RGB Percentages of Color #ce70fd

%36.08
%19.61
%44.31

CMYK Percentages of Color #ce70fd

%19
%56
%0
%1

Triadic Colors of #ce70fd

#ce70fd #fdce70 #70fdce

Analogous Colors of #ce70fd

#ce70fd #fd70e6 #8870fd

Monochromatic Colors of #ce70fd

#ce70fd

Complementary Color

#ce70fd #9ffd70

#ce70fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce70fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce70fd Color CSS Codes

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

#ce70fd Text Font Color

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

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


#ce70fd Background Color

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

This div background color is #ce70fd


#ce70fd Border Color

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

This div border color is #ce70fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce70fd


Comments

No comments written yet.

Please login to write comment.