Color Hex Logo

#cb463d Color Hex

#CB463D
(203,70,61)
0 Favorites   0 Comments

Color spaces of #cb463d

RGB 2037061
HSL0.010.580.52
HSV70°80°
CMYK 0.000.660.70   0.20
XYZ27.661117.41376.3182
Yxy17.41370.53820.3388
Hunter Lab41.729745.294120.2338
CIE-Lab48.777152.133234.2550

#cb463d color RGB value is (203,70,61).

#cb463d hex color red value is 203, green value is 70 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cb463d hue: 0.01 , saturation: 0.58 and the lightness value of cb463d is 0.52.

The process color (four color CMYK) of #cb463d color hex is 0.00, 0.66, 0.70, 0.20. Web safe color of #cb463d is #cc3333. Color #cb463d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 00111101
Octal 313 106 75
Decimal 203 70 61
Hex CB 46 3D

RGB Percentages of Color #cb463d

%60.78
%20.96
%18.26

CMYK Percentages of Color #cb463d

%0
%66
%70
%20

Triadic Colors of #cb463d

#cb463d #3dcb46 #463dcb

Analogous Colors of #cb463d

#cb463d #cb8d3d #cb3d7b

Monochromatic Colors of #cb463d

#cb463d

Complementary Color

#cb463d #3dc2cb

#cb463d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb463d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb463d Color CSS Codes

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

#cb463d Text Font Color

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

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


#cb463d Background Color

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

This div background color is #cb463d


#cb463d Border Color

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

This div border color is #cb463d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,70,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb463d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb463d;
  -webkit-box-shadow: 1px 1px 3px 2px #cb463d;
  box-shadow:         1px 1px 3px 2px #cb463d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,70,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb463d


Comments

No comments written yet.

Please login to write comment.