Color Hex Logo

#ca751d Color Hex

#CA751D
(202,117,29)
0 Favorites   0 Comments

Color spaces of #ca751d

RGB 20211729
HSL0.080.750.45
HSV31°86°79°
CMYK 0.000.420.86   0.21
XYZ30.940225.36784.4282
Yxy25.36780.50940.4177
Hunter Lab50.366521.511630.0438
CIE-Lab57.432027.434957.8285

#ca751d color RGB value is (202,117,29).

#ca751d hex color red value is 202, green value is 117 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ca751d hue: 0.08 , saturation: 0.75 and the lightness value of ca751d is 0.45.

The process color (four color CMYK) of #ca751d color hex is 0.00, 0.42, 0.86, 0.21. Web safe color of #ca751d is #cc6633. Color #ca751d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 00011101
Octal 312 165 35
Decimal 202 117 29
Hex CA 75 1D

RGB Percentages of Color #ca751d

%58.05
%33.62
%8.33

CMYK Percentages of Color #ca751d

%0
%42
%86
%21

Triadic Colors of #ca751d

#ca751d #1dca75 #751dca

Analogous Colors of #ca751d

#ca751d #c9ca1d #ca1f1d

Monochromatic Colors of #ca751d

#ca751d

Complementary Color

#ca751d #1d72ca

#ca751d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca751d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca751d Color CSS Codes

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

#ca751d Text Font Color

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

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


#ca751d Background Color

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

This div background color is #ca751d


#ca751d Border Color

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

This div border color is #ca751d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,117,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca751d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca751d;
  -webkit-box-shadow: 1px 1px 3px 2px #ca751d;
  box-shadow:         1px 1px 3px 2px #ca751d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,117,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca751d


Comments

No comments written yet.

Please login to write comment.