Color Hex Logo

#cf7baa Color Hex

#CF7BAA
(207,123,170)
0 Favorites   0 Comments

Color spaces of #cf7baa

RGB 207123170
HSL0.910.470.65
HSV326°41°81°
CMYK 0.000.410.18   0.19
XYZ40.070830.333641.7732
Yxy30.33360.35720.2704
Hunter Lab55.075933.4857-6.4162
CIE-Lab61.941038.9627-10.9447

#cf7baa color RGB value is (207,123,170).

#cf7baa hex color red value is 207, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf7baa hue: 0.91 , saturation: 0.47 and the lightness value of cf7baa is 0.65.

The process color (four color CMYK) of #cf7baa color hex is 0.00, 0.41, 0.18, 0.19. Web safe color of #cf7baa is #cc6699. Color #cf7baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111011 10101010
Octal 317 173 252
Decimal 207 123 170
Hex CF 7B AA

RGB Percentages of Color #cf7baa

%41.40
%24.60
%34.00

CMYK Percentages of Color #cf7baa

%0
%41
%18
%19

Triadic Colors of #cf7baa

#cf7baa #aacf7b #7baacf

Analogous Colors of #cf7baa

#cf7baa #cf7b80 #ca7bcf

Monochromatic Colors of #cf7baa

#cf7baa

Complementary Color

#cf7baa #7bcfa0

#cf7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf7baa Color CSS Codes

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

#cf7baa Text Font Color

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

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


#cf7baa Background Color

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

This div background color is #cf7baa


#cf7baa Border Color

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

This div border color is #cf7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf7baa


Comments

No comments written yet.

Please login to write comment.