Color Hex Logo

#cb799d Color Hex

#CB799D
(203,121,157)
0 Favorites   0 Comments

Color spaces of #cb799d

RGB 203121157
HSL0.930.440.64
HSV334°40°80°
CMYK 0.000.400.23   0.20
XYZ37.551828.805635.4791
Yxy28.80560.36870.2829
Hunter Lab53.670830.9668-1.6240
CIE-Lab60.609736.6744-5.5405

#cb799d color RGB value is (203,121,157).

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

The process color (four color CMYK) of #cb799d color hex is 0.00, 0.40, 0.23, 0.20. Web safe color of #cb799d is #cc6699. Color #cb799d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 10011101
Octal 313 171 235
Decimal 203 121 157
Hex CB 79 9D

RGB Percentages of Color #cb799d

%42.20
%25.16
%32.64

CMYK Percentages of Color #cb799d

%0
%40
%23
%20

Triadic Colors of #cb799d

#cb799d #9dcb79 #799dcb

Analogous Colors of #cb799d

#cb799d #cb7e79 #cb79c6

Monochromatic Colors of #cb799d

#cb799d

Complementary Color

#cb799d #79cba7

#cb799d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb799d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb799d Color CSS Codes

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

#cb799d Text Font Color

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

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


#cb799d Background Color

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

This div background color is #cb799d


#cb799d Border Color

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

This div border color is #cb799d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb799d


Comments

No comments written yet.

Please login to write comment.