Color Hex Logo

#cb79bc Color Hex

#CB79BC
(203,121,188)
0 Favorites   0 Comments

Color spaces of #cb79bc

RGB 203121188
HSL0.860.440.64
HSV311°40°80°
CMYK 0.000.400.07   0.20
XYZ40.543130.002151.2311
Yxy30.00210.33290.2464
Hunter Lab54.774236.2685-17.1129
CIE-Lab61.656041.6583-21.6667

#cb79bc color RGB value is (203,121,188).

#cb79bc hex color red value is 203, green value is 121 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cb79bc hue: 0.86 , saturation: 0.44 and the lightness value of cb79bc is 0.64.

The process color (four color CMYK) of #cb79bc color hex is 0.00, 0.40, 0.07, 0.20. Web safe color of #cb79bc is #cc66cc. Color #cb79bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 10111100
Octal 313 171 274
Decimal 203 121 188
Hex CB 79 BC

RGB Percentages of Color #cb79bc

%39.65
%23.63
%36.72

CMYK Percentages of Color #cb79bc

%0
%40
%7
%20

Triadic Colors of #cb79bc

#cb79bc #bccb79 #79bccb

Analogous Colors of #cb79bc

#cb79bc #cb7993 #b179cb

Monochromatic Colors of #cb79bc

#cb79bc

Complementary Color

#cb79bc #79cb88

#cb79bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb79bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb79bc Color CSS Codes

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

#cb79bc Text Font Color

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

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


#cb79bc Background Color

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

This div background color is #cb79bc


#cb79bc Border Color

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

This div border color is #cb79bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb79bc


Comments

No comments written yet.

Please login to write comment.