Color Hex Logo

#cf828a Color Hex

#CF828A
(207,130,138)
0 Favorites   0 Comments

Color spaces of #cf828a

RGB 207130138
HSL0.980.450.66
HSV354°37°81°
CMYK 0.000.370.33   0.19
XYZ38.302231.065628.0223
Yxy31.06560.39330.3190
Hunter Lab55.736525.12659.2067
CIE-Lab62.563030.68288.2366

#cf828a color RGB value is (207,130,138).

#cf828a hex color red value is 207, green value is 130 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cf828a hue: 0.98 , saturation: 0.45 and the lightness value of cf828a is 0.66.

The process color (four color CMYK) of #cf828a color hex is 0.00, 0.37, 0.33, 0.19. Web safe color of #cf828a is #cc9999. Color #cf828a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000010 10001010
Octal 317 202 212
Decimal 207 130 138
Hex CF 82 8A

RGB Percentages of Color #cf828a

%43.58
%27.37
%29.05

CMYK Percentages of Color #cf828a

%0
%37
%33
%19

Triadic Colors of #cf828a

#cf828a #8acf82 #828acf

Analogous Colors of #cf828a

#cf828a #cfa182 #cf82b1

Monochromatic Colors of #cf828a

#cf828a

Complementary Color

#cf828a #82cfc7

#cf828a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf828a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf828a Color CSS Codes

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

#cf828a Text Font Color

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

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


#cf828a Background Color

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

This div background color is #cf828a


#cf828a Border Color

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

This div border color is #cf828a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf828a


Comments

No comments written yet.

Please login to write comment.