Color Hex Logo

#ce70e7 Color Hex

#CE70E7
(206,112,231)
0 Favorites   0 Comments

Color spaces of #ce70e7

RGB 206112231
HSL0.800.710.67
HSV287°52°91°
CMYK 0.110.520.00   0.09
XYZ45.671630.479779.0773
Yxy30.47970.29420.1964
Hunter Lab55.208451.0508-46.2776
CIE-Lab62.065955.1359-45.1777

#ce70e7 color RGB value is (206,112,231).

#ce70e7 hex color red value is 206, green value is 112 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ce70e7 hue: 0.80 , saturation: 0.71 and the lightness value of ce70e7 is 0.67.

The process color (four color CMYK) of #ce70e7 color hex is 0.11, 0.52, 0.00, 0.09. Web safe color of #ce70e7 is #cc66ff. Color #ce70e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110000 11100111
Octal 316 160 347
Decimal 206 112 231
Hex CE 70 E7

RGB Percentages of Color #ce70e7

%37.52
%20.40
%42.08

CMYK Percentages of Color #ce70e7

%11
%52
%0
%9

Triadic Colors of #ce70e7

#ce70e7 #e7ce70 #70e7ce

Analogous Colors of #ce70e7

#ce70e7 #e770c5 #9370e7

Monochromatic Colors of #ce70e7

#ce70e7

Complementary Color

#ce70e7 #89e770

#ce70e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce70e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce70e7 Color CSS Codes

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

#ce70e7 Text Font Color

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

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


#ce70e7 Background Color

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

This div background color is #ce70e7


#ce70e7 Border Color

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

This div border color is #ce70e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce70e7

#ce70e7 Color Palettes


Comments

No comments written yet.

Please login to write comment.