Color Hex Logo

#cb474f Color Hex

#CB474F
(203,71,79)
0 Favorites   0 Comments

Color spaces of #cb474f

RGB 2037179
HSL0.990.560.54
HSV356°65°80°
CMYK 0.000.650.61   0.20
XYZ28.293117.76759.3354
Yxy17.76750.51070.3207
Hunter Lab42.151546.048316.3750
CIE-Lab49.212952.759524.2457

#cb474f color RGB value is (203,71,79).

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

The process color (four color CMYK) of #cb474f color hex is 0.00, 0.65, 0.61, 0.20. Web safe color of #cb474f is #cc3366. Color #cb474f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000111 01001111
Octal 313 107 117
Decimal 203 71 79
Hex CB 47 4F

RGB Percentages of Color #cb474f

%57.51
%20.11
%22.38

CMYK Percentages of Color #cb474f

%0
%65
%61
%20

Triadic Colors of #cb474f

#cb474f #4fcb47 #474fcb

Analogous Colors of #cb474f

#cb474f #cb8147 #cb4791

Monochromatic Colors of #cb474f

#cb474f

Complementary Color

#cb474f #47cbc3

#cb474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb474f Color CSS Codes

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

#cb474f Text Font Color

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

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


#cb474f Background Color

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

This div background color is #cb474f


#cb474f Border Color

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

This div border color is #cb474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb474f


Comments

No comments written yet.

Please login to write comment.