Color Hex Logo

#cb4377 Color Hex

#CB4377
(203,67,119)
0 Favorites   0 Comments

Color spaces of #cb4377

RGB 20367119
HSL0.940.570.53
HSV337°67°80°
CMYK 0.000.670.41   0.20
XYZ29.965518.042719.3560
Yxy18.04270.44480.2678
Hunter Lab42.476751.58992.7161
CIE-Lab49.547957.76800.5578

#cb4377 color RGB value is (203,67,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000011 01110111
Octal 313 103 167
Decimal 203 67 119
Hex CB 43 77

RGB Percentages of Color #cb4377

%52.19
%17.22
%30.59

CMYK Percentages of Color #cb4377

%0
%67
%41
%20

Triadic Colors of #cb4377

#cb4377 #77cb43 #4377cb

Analogous Colors of #cb4377

#cb4377 #cb5343 #cb43bb

Monochromatic Colors of #cb4377

#cb4377

Complementary Color

#cb4377 #43cb97

#cb4377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4377 Color CSS Codes

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

#cb4377 Text Font Color

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

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


#cb4377 Background Color

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

This div background color is #cb4377


#cb4377 Border Color

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

This div border color is #cb4377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4377


Comments

No comments written yet.

Please login to write comment.