Color Hex Logo

#cb300f Color Hex

#CB300F
(203,48,15)
0 Favorites   0 Comments

Color spaces of #cb300f

RGB 2034815
HSL0.030.860.43
HSV11°93°80°
CMYK 0.000.760.93   0.20
XYZ25.771814.84491.9590
Yxy14.84490.60530.3487
Hunter Lab38.529151.971423.9558
CIE-Lab45.421058.876753.4915

#cb300f color RGB value is (203,48,15).

#cb300f hex color red value is 203, green value is 48 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cb300f hue: 0.03 , saturation: 0.86 and the lightness value of cb300f is 0.43.

The process color (four color CMYK) of #cb300f color hex is 0.00, 0.76, 0.93, 0.20. Web safe color of #cb300f is #cc3300. Color #cb300f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110000 00001111
Octal 313 60 17
Decimal 203 48 15
Hex CB 30 F

RGB Percentages of Color #cb300f

%76.32
%18.05
%5.64

CMYK Percentages of Color #cb300f

%0
%76
%93
%20

Triadic Colors of #cb300f

#cb300f #0fcb30 #300fcb

Analogous Colors of #cb300f

#cb300f #cb8e0f #cb0f4c

Monochromatic Colors of #cb300f

#cb300f

Complementary Color

#cb300f #0faacb

#cb300f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb300f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb300f Color CSS Codes

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

#cb300f Text Font Color

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

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


#cb300f Background Color

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

This div background color is #cb300f


#cb300f Border Color

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

This div border color is #cb300f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb300f


Comments

No comments written yet.

Please login to write comment.