Color Hex Logo

#cb3742 Color Hex

#CB3742
(203,55,66)
0 Favorites   0 Comments

Color spaces of #cb3742

RGB 2035566
HSL0.990.590.51
HSV356°73°80°
CMYK 0.000.730.67   0.20
XYZ26.978215.82226.7863
Yxy15.82220.54410.3191
Hunter Lab39.777151.454817.7286
CIE-Lab46.740458.162928.8765

#cb3742 color RGB value is (203,55,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110111 01000010
Octal 313 67 102
Decimal 203 55 66
Hex CB 37 42

RGB Percentages of Color #cb3742

%62.65
%16.98
%20.37

CMYK Percentages of Color #cb3742

%0
%73
%67
%20

Triadic Colors of #cb3742

#cb3742 #42cb37 #3742cb

Analogous Colors of #cb3742

#cb3742 #cb7637 #cb378c

Monochromatic Colors of #cb3742

#cb3742

Complementary Color

#cb3742 #37cbc0

#cb3742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb3742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb3742 Color CSS Codes

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

#cb3742 Text Font Color

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

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


#cb3742 Background Color

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

This div background color is #cb3742


#cb3742 Border Color

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

This div border color is #cb3742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb3742


Comments

No comments written yet.

Please login to write comment.