Color Hex Logo

#cb476a Color Hex

#CB476A
(203,71,106)
0 Favorites   0 Comments

Color spaces of #cb476a

RGB 20371106
HSL0.960.560.54
HSV344°65°80°
CMYK 0.000.650.48   0.20
XYZ29.483418.243615.6031
Yxy18.24360.46560.2881
Hunter Lab42.712548.46728.2398
CIE-Lab49.790254.88848.7716

#cb476a color RGB value is (203,71,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000111 01101010
Octal 313 107 152
Decimal 203 71 106
Hex CB 47 6A

RGB Percentages of Color #cb476a

%53.42
%18.68
%27.89

CMYK Percentages of Color #cb476a

%0
%65
%48
%20

Triadic Colors of #cb476a

#cb476a #6acb47 #476acb

Analogous Colors of #cb476a

#cb476a #cb6647 #cb47ac

Monochromatic Colors of #cb476a

#cb476a

Complementary Color

#cb476a #47cba8

#cb476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb476a Color CSS Codes

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

#cb476a Text Font Color

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

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


#cb476a Background Color

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

This div background color is #cb476a


#cb476a Border Color

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

This div border color is #cb476a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb476a


Comments

No comments written yet.

Please login to write comment.