Color Hex Logo

#cb3749 Color Hex

#CB3749
(203,55,73)
0 Favorites   0 Comments

Color spaces of #cb3749

RGB 2035573
HSL0.980.590.51
HSV353°73°80°
CMYK 0.000.730.64   0.20
XYZ27.197415.90997.9408
Yxy15.90990.53280.3117
Hunter Lab39.887251.908916.1175
CIE-Lab46.856158.551724.8126

#cb3749 color RGB value is (203,55,73).

#cb3749 hex color red value is 203, green value is 55 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #cb3749 hue: 0.98 , saturation: 0.59 and the lightness value of cb3749 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 01001001
Octal 313 67 111
Decimal 203 55 73
Hex CB 37 49

RGB Percentages of Color #cb3749

%61.33
%16.62
%22.05

CMYK Percentages of Color #cb3749

%0
%73
%64
%20

Triadic Colors of #cb3749

#cb3749 #49cb37 #3749cb

Analogous Colors of #cb3749

#cb3749 #cb6f37 #cb3793

Monochromatic Colors of #cb3749

#cb3749

Complementary Color

#cb3749 #37cbb9

#cb3749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3749 Color CSS Codes

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

#cb3749 Text Font Color

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

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


#cb3749 Background Color

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

This div background color is #cb3749


#cb3749 Border Color

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

This div border color is #cb3749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3749


Comments

No comments written yet.

Please login to write comment.