Color Hex Logo

#cb78ac Color Hex

#CB78AC
(203,120,172)
0 Favorites   0 Comments

Color spaces of #cb78ac

RGB 203120172
HSL0.900.440.63
HSV322°41°80°
CMYK 0.000.410.15   0.20
XYZ38.791529.108042.6036
Yxy29.10800.35100.2634
Hunter Lab53.951833.9262-9.0527
CIE-Lab60.876839.5166-13.7361

#cb78ac color RGB value is (203,120,172).

#cb78ac hex color red value is 203, green value is 120 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb78ac hue: 0.90 , saturation: 0.44 and the lightness value of cb78ac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111000 10101100
Octal 313 170 254
Decimal 203 120 172
Hex CB 78 AC

RGB Percentages of Color #cb78ac

%41.01
%24.24
%34.75

CMYK Percentages of Color #cb78ac

%0
%41
%15
%20

Triadic Colors of #cb78ac

#cb78ac #accb78 #78accb

Analogous Colors of #cb78ac

#cb78ac #cb7883 #c178cb

Monochromatic Colors of #cb78ac

#cb78ac

Complementary Color

#cb78ac #78cb97

#cb78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb78ac Color CSS Codes

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

#cb78ac Text Font Color

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

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


#cb78ac Background Color

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

This div background color is #cb78ac


#cb78ac Border Color

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

This div border color is #cb78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb78ac


Comments

No comments written yet.

Please login to write comment.