Color Hex Logo

#cf77df Color Hex

#CF77DF
(207,119,223)
0 Favorites   0 Comments

Color spaces of #cf77df

RGB 207119223
HSL0.810.620.67
HSV291°47°87°
CMYK 0.070.470.00   0.13
XYZ45.648231.786873.5416
Yxy31.78680.30240.2105
Hunter Lab56.379845.8589-37.8718
CIE-Lab63.166350.3261-38.9837

#cf77df color RGB value is (207,119,223).

#cf77df hex color red value is 207, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cf77df hue: 0.81 , saturation: 0.62 and the lightness value of cf77df is 0.67.

The process color (four color CMYK) of #cf77df color hex is 0.07, 0.47, 0.00, 0.13. Web safe color of #cf77df is #cc66cc. Color #cf77df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 11011111
Octal 317 167 337
Decimal 207 119 223
Hex CF 77 DF

RGB Percentages of Color #cf77df

%37.70
%21.68
%40.62

CMYK Percentages of Color #cf77df

%7
%47
%0
%13

Triadic Colors of #cf77df

#cf77df #dfcf77 #77dfcf

Analogous Colors of #cf77df

#cf77df #df77bb #9b77df

Monochromatic Colors of #cf77df

#cf77df

Complementary Color

#cf77df #87df77

#cf77df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf77df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf77df Color CSS Codes

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

#cf77df Text Font Color

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

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


#cf77df Background Color

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

This div background color is #cf77df


#cf77df Border Color

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

This div border color is #cf77df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf77df


Comments

No comments written yet.

Please login to write comment.