Color Hex Logo

#cb293c Color Hex

#CB293C
(203,41,60)
0 Favorites   0 Comments

Color spaces of #cb293c

RGB 2034160
HSL0.980.660.48
HSV353°80°80°
CMYK 0.000.800.70   0.20
XYZ26.237214.60865.7119
Yxy14.60860.56350.3138
Hunter Lab38.221255.645417.8943
CIE-Lab45.093462.225430.4642

#cb293c color RGB value is (203,41,60).

#cb293c hex color red value is 203, green value is 41 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cb293c hue: 0.98 , saturation: 0.66 and the lightness value of cb293c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101001 00111100
Octal 313 51 74
Decimal 203 41 60
Hex CB 29 3C

RGB Percentages of Color #cb293c

%66.78
%13.49
%19.74

CMYK Percentages of Color #cb293c

%0
%80
%70
%20

Triadic Colors of #cb293c

#cb293c #3ccb29 #293ccb

Analogous Colors of #cb293c

#cb293c #cb6729 #cb298d

Monochromatic Colors of #cb293c

#cb293c

Complementary Color

#cb293c #29cbb8

#cb293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb293c Color CSS Codes

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

#cb293c Text Font Color

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

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


#cb293c Background Color

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

This div background color is #cb293c


#cb293c Border Color

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

This div border color is #cb293c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,41,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 #cb293c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb293c


Comments

No comments written yet.

Please login to write comment.