Color Hex Logo

#cb313c Color Hex

#CB313C
(203,49,60)
0 Favorites   0 Comments

Color spaces of #cb313c

RGB 2034960
HSL0.990.610.49
HSV356°76°80°
CMYK 0.000.760.70   0.20
XYZ26.542515.21945.8137
Yxy15.21940.55790.3199
Hunter Lab39.012053.174418.4728
CIE-Lab45.933259.863231.4700

#cb313c color RGB value is (203,49,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110001 00111100
Octal 313 61 74
Decimal 203 49 60
Hex CB 31 3C

RGB Percentages of Color #cb313c

%65.06
%15.71
%19.23

CMYK Percentages of Color #cb313c

%0
%76
%70
%20

Triadic Colors of #cb313c

#cb313c #3ccb31 #313ccb

Analogous Colors of #cb313c

#cb313c #cb7331 #cb3189

Monochromatic Colors of #cb313c

#cb313c

Complementary Color

#cb313c #31cbc0

#cb313c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb313c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb313c Color CSS Codes

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

#cb313c Text Font Color

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

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


#cb313c Background Color

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

This div background color is #cb313c


#cb313c Border Color

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

This div border color is #cb313c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb313c


Comments

No comments written yet.

Please login to write comment.