Color Hex Logo

#cb263b Color Hex

#CB263B
(203,38,59)
0 Favorites   0 Comments

Color spaces of #cb263b

RGB 2033859
HSL0.980.680.47
HSV352°81°80°
CMYK 0.000.810.71   0.20
XYZ26.111114.39855.5407
Yxy14.39850.56700.3127
Hunter Lab37.945456.425717.9043
CIE-Lab44.799162.971630.7124

#cb263b color RGB value is (203,38,59).

#cb263b hex color red value is 203, green value is 38 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cb263b hue: 0.98 , saturation: 0.68 and the lightness value of cb263b is 0.47.

The process color (four color CMYK) of #cb263b color hex is 0.00, 0.81, 0.71, 0.20. Web safe color of #cb263b is #cc3333. Color #cb263b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100110 00111011
Octal 313 46 73
Decimal 203 38 59
Hex CB 26 3B

RGB Percentages of Color #cb263b

%67.67
%12.67
%19.67

CMYK Percentages of Color #cb263b

%0
%81
%71
%20

Triadic Colors of #cb263b

#cb263b #3bcb26 #263bcb

Analogous Colors of #cb263b

#cb263b #cb6426 #cb268e

Monochromatic Colors of #cb263b

#cb263b

Complementary Color

#cb263b #26cbb6

#cb263b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb263b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb263b Color CSS Codes

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

#cb263b Text Font Color

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

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


#cb263b Background Color

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

This div background color is #cb263b


#cb263b Border Color

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

This div border color is #cb263b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb263b


Comments

No comments written yet.

Please login to write comment.