Color Hex Logo

#cb7790 Color Hex

#CB7790
(203,119,144)
0 Favorites   0 Comments

Color spaces of #cb7790

RGB 203119144
HSL0.950.450.63
HSV342°41°80°
CMYK 0.000.410.29   0.20
XYZ36.259527.903829.8604
Yxy27.90380.38560.2968
Hunter Lab52.824030.08393.4614
CIE-Lab59.801735.89900.7529

#cb7790 color RGB value is (203,119,144).

#cb7790 hex color red value is 203, green value is 119 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cb7790 hue: 0.95 , saturation: 0.45 and the lightness value of cb7790 is 0.63.

The process color (four color CMYK) of #cb7790 color hex is 0.00, 0.41, 0.29, 0.20. Web safe color of #cb7790 is #cc6699. Color #cb7790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110111 10010000
Octal 313 167 220
Decimal 203 119 144
Hex CB 77 90

RGB Percentages of Color #cb7790

%43.56
%25.54
%30.90

CMYK Percentages of Color #cb7790

%0
%41
%29
%20

Triadic Colors of #cb7790

#cb7790 #90cb77 #7790cb

Analogous Colors of #cb7790

#cb7790 #cb8877 #cb77ba

Monochromatic Colors of #cb7790

#cb7790

Complementary Color

#cb7790 #77cbb2

#cb7790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7790 Color CSS Codes

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

#cb7790 Text Font Color

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

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


#cb7790 Background Color

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

This div background color is #cb7790


#cb7790 Border Color

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

This div border color is #cb7790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7790


Comments

No comments written yet.

Please login to write comment.