Color Hex Logo

#cf71db Color Hex

#CF71DB
(207,113,219)
0 Favorites   0 Comments

Color spaces of #cf71db

RGB 207113219
HSL0.810.600.65
HSV293°48°86°
CMYK 0.050.480.00   0.14
XYZ44.423430.190170.5037
Yxy30.19010.30610.2080
Hunter Lab54.945548.1624-37.6165
CIE-Lab61.817952.6043-38.8582

#cf71db color RGB value is (207,113,219).

#cf71db hex color red value is 207, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cf71db hue: 0.81 , saturation: 0.60 and the lightness value of cf71db is 0.65.

The process color (four color CMYK) of #cf71db color hex is 0.05, 0.48, 0.00, 0.14. Web safe color of #cf71db is #cc66cc. Color #cf71db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110001 11011011
Octal 317 161 333
Decimal 207 113 219
Hex CF 71 DB

RGB Percentages of Color #cf71db

%38.40
%20.96
%40.63

CMYK Percentages of Color #cf71db

%5
%48
%0
%14

Triadic Colors of #cf71db

#cf71db #dbcf71 #71dbcf

Analogous Colors of #cf71db

#cf71db #db71b2 #9a71db

Monochromatic Colors of #cf71db

#cf71db

Complementary Color

#cf71db #7ddb71

#cf71db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf71db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf71db Color CSS Codes

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

#cf71db Text Font Color

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

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


#cf71db Background Color

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

This div background color is #cf71db


#cf71db Border Color

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

This div border color is #cf71db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf71db


Comments

No comments written yet.

Please login to write comment.