Color Hex Logo

#cb649f Color Hex

#CB649F
(203,100,159)
0 Favorites   0 Comments

Color spaces of #cb649f

RGB 203100159
HSL0.900.500.59
HSV326°51°80°
CMYK 0.000.510.22   0.20
XYZ35.443824.314135.6259
Yxy24.31410.37160.2549
Hunter Lab49.309342.0154-8.3204
CIE-Lab56.400947.8178-12.9865

#cb649f color RGB value is (203,100,159).

#cb649f hex color red value is 203, green value is 100 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cb649f hue: 0.90 , saturation: 0.50 and the lightness value of cb649f is 0.59.

The process color (four color CMYK) of #cb649f color hex is 0.00, 0.51, 0.22, 0.20. Web safe color of #cb649f is #cc6699. Color #cb649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 10011111
Octal 313 144 237
Decimal 203 100 159
Hex CB 64 9F

RGB Percentages of Color #cb649f

%43.94
%21.65
%34.42

CMYK Percentages of Color #cb649f

%0
%51
%22
%20

Triadic Colors of #cb649f

#cb649f #9fcb64 #649fcb

Analogous Colors of #cb649f

#cb649f #cb646c #c464cb

Monochromatic Colors of #cb649f

#cb649f

Complementary Color

#cb649f #64cb90

#cb649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb649f Color CSS Codes

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

#cb649f Text Font Color

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

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


#cb649f Background Color

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

This div background color is #cb649f


#cb649f Border Color

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

This div border color is #cb649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb649f


Comments

No comments written yet.

Please login to write comment.