Color Hex Logo

#cb049f Color Hex

#CB049F
(203,4,159)
0 Favorites   0 Comments

Color spaces of #cb049f

RGB 2034159
HSL0.870.960.41
HSV313°98°80°
CMYK 0.000.980.22   0.20
XYZ30.930015.286534.1213
Yxy15.28650.38500.1903
Hunter Lab39.098072.7881-24.3746
CIE-Lab46.024176.5691-28.9094

#cb049f color RGB value is (203,4,159).

#cb049f hex color red value is 203, green value is 4 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cb049f hue: 0.87 , saturation: 0.96 and the lightness value of cb049f is 0.41.

The process color (four color CMYK) of #cb049f color hex is 0.00, 0.98, 0.22, 0.20. Web safe color of #cb049f is #cc0099. Color #cb049f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000100 10011111
Octal 313 4 237
Decimal 203 4 159
Hex CB 4 9F

RGB Percentages of Color #cb049f

%55.46
%1.09
%43.44

CMYK Percentages of Color #cb049f

%0
%98
%22
%20

Triadic Colors of #cb049f

#cb049f #9fcb04 #049fcb

Analogous Colors of #cb049f

#cb049f #cb043b #9404cb

Monochromatic Colors of #cb049f

#cb049f

Complementary Color

#cb049f #04cb30

#cb049f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb049f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb049f Color CSS Codes

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

#cb049f Text Font Color

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

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


#cb049f Background Color

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

This div background color is #cb049f


#cb049f Border Color

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

This div border color is #cb049f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,4,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 #cb049f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb049f


Comments

No comments written yet.

Please login to write comment.