Color Hex Logo

#cf53aa Color Hex

#CF53AA
(207,83,170)
0 Favorites   0 Comments

Color spaces of #cf53aa

RGB 20783170
HSL0.880.560.57
HSV318°60°81°
CMYK 0.000.600.18   0.19
XYZ36.081122.354240.4433
Yxy22.35420.36490.2261
Hunter Lab47.280253.4788-17.6202
CIE-Lab54.400858.5831-22.3862

#cf53aa color RGB value is (207,83,170).

#cf53aa hex color red value is 207, green value is 83 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cf53aa hue: 0.88 , saturation: 0.56 and the lightness value of cf53aa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010011 10101010
Octal 317 123 252
Decimal 207 83 170
Hex CF 53 AA

RGB Percentages of Color #cf53aa

%45.00
%18.04
%36.96

CMYK Percentages of Color #cf53aa

%0
%60
%18
%19

Triadic Colors of #cf53aa

#cf53aa #aacf53 #53aacf

Analogous Colors of #cf53aa

#cf53aa #cf536c #b653cf

Monochromatic Colors of #cf53aa

#cf53aa

Complementary Color

#cf53aa #53cf78

#cf53aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf53aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf53aa Color CSS Codes

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

#cf53aa Text Font Color

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

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


#cf53aa Background Color

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

This div background color is #cf53aa


#cf53aa Border Color

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

This div border color is #cf53aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf53aa


Comments

No comments written yet.

Please login to write comment.