Color Hex Logo

#cf815a Color Hex

#CF815A
(207,129,90)
0 Favorites   0 Comments

Color spaces of #cf815a

RGB 20712990
HSL0.060.550.58
HSV20°57°81°
CMYK 0.000.380.57   0.19
XYZ35.427829.704113.5391
Yxy29.70410.45030.3776
Hunter Lab54.501520.653523.4224
CIE-Lab61.398126.224233.6198

#cf815a color RGB value is (207,129,90).

#cf815a hex color red value is 207, green value is 129 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cf815a hue: 0.06 , saturation: 0.55 and the lightness value of cf815a is 0.58.

The process color (four color CMYK) of #cf815a color hex is 0.00, 0.38, 0.57, 0.19. Web safe color of #cf815a is #cc9966. Color #cf815a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000001 01011010
Octal 317 201 132
Decimal 207 129 90
Hex CF 81 5A

RGB Percentages of Color #cf815a

%48.59
%30.28
%21.13

CMYK Percentages of Color #cf815a

%0
%38
%57
%19

Triadic Colors of #cf815a

#cf815a #5acf81 #815acf

Analogous Colors of #cf815a

#cf815a #cfbc5a #cf5a6e

Monochromatic Colors of #cf815a

#cf815a

Complementary Color

#cf815a #5aa8cf

#cf815a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf815a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf815a Color CSS Codes

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

#cf815a Text Font Color

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

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


#cf815a Background Color

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

This div background color is #cf815a


#cf815a Border Color

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

This div border color is #cf815a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf815a


Comments

No comments written yet.

Please login to write comment.