Color Hex Logo

#cb484b Color Hex

#CB484B
(203,72,75)
0 Favorites   0 Comments

Color spaces of #cb484b

RGB 2037275
HSL1.000.560.54
HSV359°65°80°
CMYK 0.000.650.63   0.20
XYZ28.216017.83928.6128
Yxy17.83920.51610.3263
Hunter Lab42.236545.332817.4752
CIE-Lab49.300552.078326.7335

#cb484b color RGB value is (203,72,75).

#cb484b hex color red value is 203, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cb484b hue: 1.00 , saturation: 0.56 and the lightness value of cb484b is 0.54.

The process color (four color CMYK) of #cb484b color hex is 0.00, 0.65, 0.63, 0.20. Web safe color of #cb484b is #cc3333. Color #cb484b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001000 01001011
Octal 313 110 113
Decimal 203 72 75
Hex CB 48 4B

RGB Percentages of Color #cb484b

%58.00
%20.57
%21.43

CMYK Percentages of Color #cb484b

%0
%65
%63
%20

Triadic Colors of #cb484b

#cb484b #4bcb48 #484bcb

Analogous Colors of #cb484b

#cb484b #cb8748 #cb488d

Monochromatic Colors of #cb484b

#cb484b

Complementary Color

#cb484b #48cbc8

#cb484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb484b Color CSS Codes

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

#cb484b Text Font Color

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

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


#cb484b Background Color

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

This div background color is #cb484b


#cb484b Border Color

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

This div border color is #cb484b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,72,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 #cb484b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb484b


Comments

No comments written yet.

Please login to write comment.