Color Hex Logo

#cb1350 Color Hex

#CB1350
(203,19,80)
0 Favorites   0 Comments

Color spaces of #cb1350

RGB 2031980
HSL0.940.830.44
HSV340°91°80°
CMYK 0.000.910.61   0.20
XYZ26.309413.74148.8551
Yxy13.74140.53800.2810
Hunter Lab37.069461.816011.7854
CIE-Lab43.859867.841116.5553

#cb1350 color RGB value is (203,19,80).

#cb1350 hex color red value is 203, green value is 19 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cb1350 hue: 0.94 , saturation: 0.83 and the lightness value of cb1350 is 0.44.

The process color (four color CMYK) of #cb1350 color hex is 0.00, 0.91, 0.61, 0.20. Web safe color of #cb1350 is #cc0066. Color #cb1350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010011 01010000
Octal 313 23 120
Decimal 203 19 80
Hex CB 13 50

RGB Percentages of Color #cb1350

%67.22
%6.29
%26.49

CMYK Percentages of Color #cb1350

%0
%91
%61
%20

Triadic Colors of #cb1350

#cb1350 #50cb13 #1350cb

Analogous Colors of #cb1350

#cb1350 #cb3213 #cb13ac

Monochromatic Colors of #cb1350

#cb1350

Complementary Color

#cb1350 #13cb8e

#cb1350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb1350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb1350 Color CSS Codes

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

#cb1350 Text Font Color

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

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


#cb1350 Background Color

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

This div background color is #cb1350


#cb1350 Border Color

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

This div border color is #cb1350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb1350


Comments

No comments written yet.

Please login to write comment.