Color Hex Logo

#cf71cd Color Hex

#CF71CD
(207,113,205)
0 Favorites   0 Comments

Color spaces of #cf71cd

RGB 207113205
HSL0.840.490.63
HSV301°45°81°
CMYK 0.000.450.01   0.19
XYZ42.656729.483461.2002
Yxy29.48340.31990.2211
Hunter Lab54.298645.2060-28.8170
CIE-Lab61.205950.0286-31.9410

#cf71cd color RGB value is (207,113,205).

#cf71cd hex color red value is 207, green value is 113 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cf71cd hue: 0.84 , saturation: 0.49 and the lightness value of cf71cd is 0.63.

The process color (four color CMYK) of #cf71cd color hex is 0.00, 0.45, 0.01, 0.19. Web safe color of #cf71cd is #cc66cc. Color #cf71cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 11001101
Octal 317 161 315
Decimal 207 113 205
Hex CF 71 CD

RGB Percentages of Color #cf71cd

%39.43
%21.52
%39.05

CMYK Percentages of Color #cf71cd

%0
%45
%1
%19

Triadic Colors of #cf71cd

#cf71cd #cdcf71 #71cdcf

Analogous Colors of #cf71cd

#cf71cd #cf719e #a271cf

Monochromatic Colors of #cf71cd

#cf71cd

Complementary Color

#cf71cd #71cf73

#cf71cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf71cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf71cd Color CSS Codes

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

#cf71cd Text Font Color

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

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


#cf71cd Background Color

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

This div background color is #cf71cd


#cf71cd Border Color

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

This div border color is #cf71cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf71cd


Comments

No comments written yet.

Please login to write comment.