Color Hex Logo

#cb313b Color Hex

#CB313B
(203,49,59)
0 Favorites   0 Comments

Color spaces of #cb313b

RGB 2034959
HSL0.990.610.49
HSV356°76°80°
CMYK 0.000.760.71   0.20
XYZ26.516315.20895.6757
Yxy15.20890.55940.3209
Hunter Lab38.998653.119918.6702
CIE-Lab45.919059.817132.0461

#cb313b color RGB value is (203,49,59).

#cb313b hex color red value is 203, green value is 49 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cb313b hue: 0.99 , saturation: 0.61 and the lightness value of cb313b is 0.49.

The process color (four color CMYK) of #cb313b color hex is 0.00, 0.76, 0.71, 0.20. Web safe color of #cb313b is #cc3333. Color #cb313b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110001 00111011
Octal 313 61 73
Decimal 203 49 59
Hex CB 31 3B

RGB Percentages of Color #cb313b

%65.27
%15.76
%18.97

CMYK Percentages of Color #cb313b

%0
%76
%71
%20

Triadic Colors of #cb313b

#cb313b #3bcb31 #313bcb

Analogous Colors of #cb313b

#cb313b #cb7431 #cb3188

Monochromatic Colors of #cb313b

#cb313b

Complementary Color

#cb313b #31cbc1

#cb313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb313b Color CSS Codes

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

#cb313b Text Font Color

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

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


#cb313b Background Color

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

This div background color is #cb313b


#cb313b Border Color

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

This div border color is #cb313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb313b


Comments

No comments written yet.

Please login to write comment.