Color Hex Logo

#ca711e Color Hex

#CA711E
(202,113,30)
0 Favorites   0 Comments

Color spaces of #ca711e

RGB 20211330
HSL0.080.740.45
HSV29°85°79°
CMYK 0.000.440.85   0.21
XYZ30.496624.46054.3423
Yxy24.46050.51430.4125
Hunter Lab49.457623.516229.4147
CIE-Lab56.545929.602656.7484

#ca711e color RGB value is (202,113,30).

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

The process color (four color CMYK) of #ca711e color hex is 0.00, 0.44, 0.85, 0.21. Web safe color of #ca711e is #cc6633. Color #ca711e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 00011110
Octal 312 161 36
Decimal 202 113 30
Hex CA 71 1E

RGB Percentages of Color #ca711e

%58.55
%32.75
%8.70

CMYK Percentages of Color #ca711e

%0
%44
%85
%21

Triadic Colors of #ca711e

#ca711e #1eca71 #711eca

Analogous Colors of #ca711e

#ca711e #cac71e #ca1e21

Monochromatic Colors of #ca711e

#ca711e

Complementary Color

#ca711e #1e77ca

#ca711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca711e Color CSS Codes

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

#ca711e Text Font Color

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

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


#ca711e Background Color

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

This div background color is #ca711e


#ca711e Border Color

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

This div border color is #ca711e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca711e


Comments

No comments written yet.

Please login to write comment.