Color Hex Logo

#ca671b Color Hex

#CA671B
(202,103,27)
0 Favorites   0 Comments

Color spaces of #ca671b

RGB 20210327
HSL0.070.760.45
HSV26°87°79°
CMYK 0.000.490.87   0.21
XYZ29.405222.33623.7984
Yxy22.33620.52940.4022
Hunter Lab47.261228.352928.3177
CIE-Lab54.381934.797255.9984

#ca671b color RGB value is (202,103,27).

#ca671b hex color red value is 202, green value is 103 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ca671b hue: 0.07 , saturation: 0.76 and the lightness value of ca671b is 0.45.

The process color (four color CMYK) of #ca671b color hex is 0.00, 0.49, 0.87, 0.21. Web safe color of #ca671b is #cc6633. Color #ca671b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01100111 00011011
Octal 312 147 33
Decimal 202 103 27
Hex CA 67 1B

RGB Percentages of Color #ca671b

%60.84
%31.02
%8.13

CMYK Percentages of Color #ca671b

%0
%49
%87
%21

Triadic Colors of #ca671b

#ca671b #1bca67 #671bca

Analogous Colors of #ca671b

#ca671b #cabf1b #ca1b27

Monochromatic Colors of #ca671b

#ca671b

Complementary Color

#ca671b #1b7eca

#ca671b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca671b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca671b Color CSS Codes

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

#ca671b Text Font Color

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

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


#ca671b Background Color

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

This div background color is #ca671b


#ca671b Border Color

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

This div border color is #ca671b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca671b


Comments

No comments written yet.

Please login to write comment.