Color Hex Logo

#cd7251 Color Hex

#CD7251
(205,114,81)
0 Favorites   0 Comments

Color spaces of #cd7251

RGB 20511481
HSL0.040.550.56
HSV16°60°80°
CMYK 0.000.440.60   0.20
XYZ32.679425.607811.0050
Yxy25.60780.47160.3696
Hunter Lab50.604226.715422.5290
CIE-Lab57.662932.767533.8427

#cd7251 color RGB value is (205,114,81).

#cd7251 hex color red value is 205, green value is 114 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #cd7251 hue: 0.04 , saturation: 0.55 and the lightness value of cd7251 is 0.56.

The process color (four color CMYK) of #cd7251 color hex is 0.00, 0.44, 0.60, 0.20. Web safe color of #cd7251 is #cc6666. Color #cd7251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 01010001
Octal 315 162 121
Decimal 205 114 81
Hex CD 72 51

RGB Percentages of Color #cd7251

%51.25
%28.50
%20.25

CMYK Percentages of Color #cd7251

%0
%44
%60
%20

Triadic Colors of #cd7251

#cd7251 #51cd72 #7251cd

Analogous Colors of #cd7251

#cd7251 #cdb051 #cd516e

Monochromatic Colors of #cd7251

#cd7251

Complementary Color

#cd7251 #51accd

#cd7251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7251 Color CSS Codes

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

#cd7251 Text Font Color

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

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


#cd7251 Background Color

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

This div background color is #cd7251


#cd7251 Border Color

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

This div border color is #cd7251


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,114,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd7251; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd7251;
  -webkit-box-shadow: 1px 1px 3px 2px #cd7251;
  box-shadow:         1px 1px 3px 2px #cd7251; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,114,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7251


Comments

No comments written yet.

Please login to write comment.