Color Hex Logo

#cf70ef Color Hex

#CF70EF
(207,112,239)
0 Favorites   0 Comments

Color spaces of #cf70ef

RGB 207112239
HSL0.790.800.69
HSV285°53°94°
CMYK 0.130.530.00   0.06
XYZ47.106331.085785.1787
Yxy31.08570.28830.1903
Hunter Lab55.754653.2419-51.5518
CIE-Lab62.579956.9790-48.8011

#cf70ef color RGB value is (207,112,239).

#cf70ef hex color red value is 207, green value is 112 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cf70ef hue: 0.79 , saturation: 0.80 and the lightness value of cf70ef is 0.69.

The process color (four color CMYK) of #cf70ef color hex is 0.13, 0.53, 0.00, 0.06. Web safe color of #cf70ef is #cc66ff. Color #cf70ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110000 11101111
Octal 317 160 357
Decimal 207 112 239
Hex CF 70 EF

RGB Percentages of Color #cf70ef

%37.10
%20.07
%42.83

CMYK Percentages of Color #cf70ef

%13
%53
%0
%6

Triadic Colors of #cf70ef

#cf70ef #efcf70 #70efcf

Analogous Colors of #cf70ef

#cf70ef #ef70d0 #9070ef

Monochromatic Colors of #cf70ef

#cf70ef

Complementary Color

#cf70ef #90ef70

#cf70ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf70ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf70ef Color CSS Codes

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

#cf70ef Text Font Color

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

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


#cf70ef Background Color

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

This div background color is #cf70ef


#cf70ef Border Color

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

This div border color is #cf70ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf70ef


Comments

No comments written yet.

Please login to write comment.