Color Hex Logo

#cb363f Color Hex

#CB363F
(203,54,63)
0 Favorites   0 Comments

Color spaces of #cb363f

RGB 2035463
HSL0.990.590.50
HSV356°73°80°
CMYK 0.000.730.69   0.20
XYZ26.845015.69376.3169
Yxy15.69370.54950.3212
Hunter Lab39.615351.632518.2765
CIE-Lab46.570058.355330.4550

#cb363f color RGB value is (203,54,63).

#cb363f hex color red value is 203, green value is 54 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cb363f hue: 0.99 , saturation: 0.59 and the lightness value of cb363f is 0.50.

The process color (four color CMYK) of #cb363f color hex is 0.00, 0.73, 0.69, 0.20. Web safe color of #cb363f is #cc3333. Color #cb363f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110110 00111111
Octal 313 66 77
Decimal 203 54 63
Hex CB 36 3F

RGB Percentages of Color #cb363f

%63.44
%16.88
%19.69

CMYK Percentages of Color #cb363f

%0
%73
%69
%20

Triadic Colors of #cb363f

#cb363f #3fcb36 #363fcb

Analogous Colors of #cb363f

#cb363f #cb7836 #cb368a

Monochromatic Colors of #cb363f

#cb363f

Complementary Color

#cb363f #36cbc2

#cb363f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb363f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb363f Color CSS Codes

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

#cb363f Text Font Color

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

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


#cb363f Background Color

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

This div background color is #cb363f


#cb363f Border Color

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

This div border color is #cb363f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb363f


Comments

No comments written yet.

Please login to write comment.