Color Hex Logo

#cf71ff Color Hex

#CF71FF
(207,113,255)
0 Favorites   0 Comments

Color spaces of #cf71ff

RGB 207113255
HSL0.781.000.72
HSV280°56°100°
CMYK 0.190.560.00   0.00
XYZ49.687332.295798.2226
Yxy32.29570.27570.1792
Hunter Lab56.829356.6158-62.6951
CIE-Lab63.586559.7387-56.0293

#cf71ff color RGB value is (207,113,255).

#cf71ff hex color red value is 207, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cf71ff hue: 0.78 , saturation: 1.00 and the lightness value of cf71ff is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 11111111
Octal 317 161 377
Decimal 207 113 255
Hex CF 71 FF

RGB Percentages of Color #cf71ff

%36.00
%19.65
%44.35

CMYK Percentages of Color #cf71ff

%19
%56
%0
%0

Triadic Colors of #cf71ff

#cf71ff #ffcf71 #71ffcf

Analogous Colors of #cf71ff

#cf71ff #ff71e8 #8871ff

Monochromatic Colors of #cf71ff

#cf71ff

Complementary Color

#cf71ff #a1ff71

#cf71ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf71ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf71ff Color CSS Codes

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

#cf71ff Text Font Color

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

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


#cf71ff Background Color

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

This div background color is #cf71ff


#cf71ff Border Color

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

This div border color is #cf71ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf71ff

Related Colors


Comments

No comments written yet.

Please login to write comment.