Color Hex Logo

#cb4476 Color Hex

#CB4476
(203,68,118)
0 Favorites   0 Comments

Color spaces of #cb4476

RGB 20368118
HSL0.940.560.53
HSV338°67°80°
CMYK 0.000.670.42   0.20
XYZ29.965718.138819.0613
Yxy18.13880.44610.2701
Hunter Lab42.589751.05903.2771
CIE-Lab49.664057.26811.3317

#cb4476 color RGB value is (203,68,118).

#cb4476 hex color red value is 203, green value is 68 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cb4476 hue: 0.94 , saturation: 0.56 and the lightness value of cb4476 is 0.53.

The process color (four color CMYK) of #cb4476 color hex is 0.00, 0.67, 0.42, 0.20. Web safe color of #cb4476 is #cc3366. Color #cb4476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000100 01110110
Octal 313 104 166
Decimal 203 68 118
Hex CB 44 76

RGB Percentages of Color #cb4476

%52.19
%17.48
%30.33

CMYK Percentages of Color #cb4476

%0
%67
%42
%20

Triadic Colors of #cb4476

#cb4476 #76cb44 #4476cb

Analogous Colors of #cb4476

#cb4476 #cb5644 #cb44ba

Monochromatic Colors of #cb4476

#cb4476

Complementary Color

#cb4476 #44cb99

#cb4476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4476 Color CSS Codes

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

#cb4476 Text Font Color

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

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


#cb4476 Background Color

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

This div background color is #cb4476


#cb4476 Border Color

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

This div border color is #cb4476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4476


Comments

No comments written yet.

Please login to write comment.