Color Hex Logo

#cb0018 Color Hex

#CB0018
(203,0,24)
0 Favorites   0 Comments

Color spaces of #cb0018

RGB 203024
HSL0.981.000.40
HSV353°100°80°
CMYK 0.001.000.88   0.20
XYZ24.793512.76252.0208
Yxy12.76250.62650.3225
Hunter Lab35.724661.363921.6535
CIE-Lab42.403267.736847.7429

#cb0018 color RGB value is (203,0,24).

#cb0018 hex color red value is 203, green value is 0 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #cb0018 hue: 0.98 , saturation: 1.00 and the lightness value of cb0018 is 0.40.

The process color (four color CMYK) of #cb0018 color hex is 0.00, 1.00, 0.88, 0.20. Web safe color of #cb0018 is #cc0000. Color #cb0018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000000 00011000
Octal 313 0 30
Decimal 203 0 24
Hex CB 0 18

RGB Percentages of Color #cb0018

%89.43
%0.00
%10.57

CMYK Percentages of Color #cb0018

%0
%100
%88
%20

Triadic Colors of #cb0018

#cb0018 #18cb00 #0018cb

Analogous Colors of #cb0018

#cb0018 #cb4d00 #cb007e

Monochromatic Colors of #cb0018

#cb0018

Complementary Color

#cb0018 #00cbb3

#cb0018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb0018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb0018 Color CSS Codes

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

#cb0018 Text Font Color

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

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


#cb0018 Background Color

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

This div background color is #cb0018


#cb0018 Border Color

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

This div border color is #cb0018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb0018


Comments

No comments written yet.

Please login to write comment.