Color Hex Logo

#cf61aa Color Hex

#CF61AA
(207,97,170)
0 Favorites   0 Comments

Color spaces of #cf61aa

RGB 20797170
HSL0.890.530.60
HSV320°53°81°
CMYK 0.000.530.18   0.19
XYZ37.262524.717140.8371
Yxy24.71710.36240.2404
Hunter Lab49.716346.7827-13.8996
CIE-Lab56.798752.1563-18.7169

#cf61aa color RGB value is (207,97,170).

#cf61aa hex color red value is 207, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf61aa hue: 0.89 , saturation: 0.53 and the lightness value of cf61aa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01100001 10101010
Octal 317 141 252
Decimal 207 97 170
Hex CF 61 AA

RGB Percentages of Color #cf61aa

%43.67
%20.46
%35.86

CMYK Percentages of Color #cf61aa

%0
%53
%18
%19

Triadic Colors of #cf61aa

#cf61aa #aacf61 #61aacf

Analogous Colors of #cf61aa

#cf61aa #cf6173 #bd61cf

Monochromatic Colors of #cf61aa

#cf61aa

Complementary Color

#cf61aa #61cf86

#cf61aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf61aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf61aa Color CSS Codes

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

#cf61aa Text Font Color

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

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


#cf61aa Background Color

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

This div background color is #cf61aa


#cf61aa Border Color

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

This div border color is #cf61aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,97,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 #cf61aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf61aa


Comments

No comments written yet.

Please login to write comment.