Color Hex Logo

#cb184b Color Hex

#CB184B
(203,24,75)
0 Favorites   0 Comments

Color spaces of #cb184b

RGB 2032475
HSL0.950.790.45
HSV343°88°80°
CMYK 0.000.880.63   0.20
XYZ26.225213.85787.9492
Yxy13.85780.54600.2885
Hunter Lab37.226160.604913.3975
CIE-Lab44.028366.766719.9077

#cb184b color RGB value is (203,24,75).

#cb184b hex color red value is 203, green value is 24 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cb184b hue: 0.95 , saturation: 0.79 and the lightness value of cb184b is 0.45.

The process color (four color CMYK) of #cb184b color hex is 0.00, 0.88, 0.63, 0.20. Web safe color of #cb184b is #cc0033. Color #cb184b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00011000 01001011
Octal 313 30 113
Decimal 203 24 75
Hex CB 18 4B

RGB Percentages of Color #cb184b

%67.22
%7.95
%24.83

CMYK Percentages of Color #cb184b

%0
%88
%63
%20

Triadic Colors of #cb184b

#cb184b #4bcb18 #184bcb

Analogous Colors of #cb184b

#cb184b #cb3e18 #cb18a5

Monochromatic Colors of #cb184b

#cb184b

Complementary Color

#cb184b #18cb98

#cb184b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb184b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb184b Color CSS Codes

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

#cb184b Text Font Color

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

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


#cb184b Background Color

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

This div background color is #cb184b


#cb184b Border Color

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

This div border color is #cb184b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb184b


Comments

No comments written yet.

Please login to write comment.