Color Hex Logo

#ce70fe Color Hex

#CE70FE
(206,112,254)
0 Favorites   0 Comments

Color spaces of #ce70fe

RGB 206112254
HSL0.780.990.72
HSV280°56°100°
CMYK 0.190.560.00   0.00
XYZ49.137231.865997.3269
Yxy31.86590.27550.1787
Hunter Lab56.449956.5893-62.7087
CIE-Lab63.231959.7754-56.0515

#ce70fe color RGB value is (206,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 11111110
Octal 316 160 376
Decimal 206 112 254
Hex CE 70 FE

RGB Percentages of Color #ce70fe

%36.01
%19.58
%44.41

CMYK Percentages of Color #ce70fe

%19
%56
%0
%0

Triadic Colors of #ce70fe

#ce70fe #fece70 #70fece

Analogous Colors of #ce70fe

#ce70fe #fe70e7 #8770fe

Monochromatic Colors of #ce70fe

#ce70fe

Complementary Color

#ce70fe #a0fe70

#ce70fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce70fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce70fe Color CSS Codes

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

#ce70fe Text Font Color

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

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


#ce70fe Background Color

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

This div background color is #ce70fe


#ce70fe Border Color

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

This div border color is #ce70fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce70fe


Comments

No comments written yet.

Please login to write comment.