Color Hex Logo

#cf76bb Color Hex

#CF76BB
(207,118,187)
0 Favorites   0 Comments

Color spaces of #cf76bb

RGB 207118187
HSL0.870.480.64
HSV313°43°81°
CMYK 0.000.430.10   0.19
XYZ41.180229.810150.5972
Yxy29.81010.33870.2452
Hunter Lab54.598639.0834-16.7257
CIE-Lab61.490044.3351-21.3087

#cf76bb color RGB value is (207,118,187).

#cf76bb hex color red value is 207, green value is 118 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cf76bb hue: 0.87 , saturation: 0.48 and the lightness value of cf76bb is 0.64.

The process color (four color CMYK) of #cf76bb color hex is 0.00, 0.43, 0.10, 0.19. Web safe color of #cf76bb is #cc66cc. Color #cf76bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110110 10111011
Octal 317 166 273
Decimal 207 118 187
Hex CF 76 BB

RGB Percentages of Color #cf76bb

%40.43
%23.05
%36.52

CMYK Percentages of Color #cf76bb

%0
%43
%10
%19

Triadic Colors of #cf76bb

#cf76bb #bbcf76 #76bbcf

Analogous Colors of #cf76bb

#cf76bb #cf768f #b776cf

Monochromatic Colors of #cf76bb

#cf76bb

Complementary Color

#cf76bb #76cf8a

#cf76bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf76bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf76bb Color CSS Codes

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

#cf76bb Text Font Color

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

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


#cf76bb Background Color

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

This div background color is #cf76bb


#cf76bb Border Color

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

This div border color is #cf76bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf76bb


Comments

No comments written yet.

Please login to write comment.