Color Hex Logo

#cf7fe1 Color Hex

#CF7FE1
(207,127,225)
0 Favorites   0 Comments

Color spaces of #cf7fe1

RGB 207127225
HSL0.800.620.69
HSV289°44°88°
CMYK 0.080.440.00   0.12
XYZ46.912133.880475.3012
Yxy33.88040.30050.2171
Hunter Lab58.206942.0009-35.9576
CIE-Lab64.867546.5741-37.4391

#cf7fe1 color RGB value is (207,127,225).

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

The process color (four color CMYK) of #cf7fe1 color hex is 0.08, 0.44, 0.00, 0.12. Web safe color of #cf7fe1 is #cc66cc. Color #cf7fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111111 11100001
Octal 317 177 341
Decimal 207 127 225
Hex CF 7F E1

RGB Percentages of Color #cf7fe1

%37.03
%22.72
%40.25

CMYK Percentages of Color #cf7fe1

%8
%44
%0
%12

Triadic Colors of #cf7fe1

#cf7fe1 #e1cf7f #7fe1cf

Analogous Colors of #cf7fe1

#cf7fe1 #e17fc2 #9e7fe1

Monochromatic Colors of #cf7fe1

#cf7fe1

Complementary Color

#cf7fe1 #91e17f

#cf7fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7fe1 Color CSS Codes

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

#cf7fe1 Text Font Color

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

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


#cf7fe1 Background Color

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

This div background color is #cf7fe1


#cf7fe1 Border Color

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

This div border color is #cf7fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7fe1


Comments

No comments written yet.

Please login to write comment.