Color Hex Logo

#cb012d Color Hex

#CB012D
(203,1,45)
0 Favorites   0 Comments

Color spaces of #cb012d

RGB 203145
HSL0.960.990.40
HSV347°100°80°
CMYK 0.001.000.78   0.20
XYZ25.113112.90773.6504
Yxy12.90770.60260.3098
Hunter Lab35.927361.898419.1249
CIE-Lab42.623868.152636.5859

#cb012d color RGB value is (203,1,45).

#cb012d hex color red value is 203, green value is 1 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cb012d hue: 0.96 , saturation: 0.99 and the lightness value of cb012d is 0.40.

The process color (four color CMYK) of #cb012d color hex is 0.00, 1.00, 0.78, 0.20. Web safe color of #cb012d is #cc0033. Color #cb012d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000001 00101101
Octal 313 1 55
Decimal 203 1 45
Hex CB 1 2D

RGB Percentages of Color #cb012d

%81.53
%0.40
%18.07

CMYK Percentages of Color #cb012d

%0
%100
%78
%20

Triadic Colors of #cb012d

#cb012d #2dcb01 #012dcb

Analogous Colors of #cb012d

#cb012d #cb3a01 #cb0192

Monochromatic Colors of #cb012d

#cb012d

Complementary Color

#cb012d #01cb9f

#cb012d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb012d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb012d Color CSS Codes

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

#cb012d Text Font Color

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

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


#cb012d Background Color

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

This div background color is #cb012d


#cb012d Border Color

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

This div border color is #cb012d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb012d


Comments

No comments written yet.

Please login to write comment.