Color Hex Logo

#cb5faf Color Hex

#CB5FAF
(203,95,175)
0 Favorites   0 Comments

Color spaces of #cb5faf

RGB 20395175
HSL0.880.510.58
HSV316°53°80°
CMYK 0.000.530.14   0.20
XYZ36.458723.976143.2637
Yxy23.97610.35160.2312
Hunter Lab48.965447.2183-18.1103
CIE-Lab56.063952.6734-22.7860

#cb5faf color RGB value is (203,95,175).

#cb5faf hex color red value is 203, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cb5faf hue: 0.88 , saturation: 0.51 and the lightness value of cb5faf is 0.58.

The process color (four color CMYK) of #cb5faf color hex is 0.00, 0.53, 0.14, 0.20. Web safe color of #cb5faf is #cc6699. Color #cb5faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 10101111
Octal 313 137 257
Decimal 203 95 175
Hex CB 5F AF

RGB Percentages of Color #cb5faf

%42.92
%20.08
%37.00

CMYK Percentages of Color #cb5faf

%0
%53
%14
%20

Triadic Colors of #cb5faf

#cb5faf #afcb5f #5fafcb

Analogous Colors of #cb5faf

#cb5faf #cb5f79 #b15fcb

Monochromatic Colors of #cb5faf

#cb5faf

Complementary Color

#cb5faf #5fcb7b

#cb5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5faf Color CSS Codes

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

#cb5faf Text Font Color

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

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


#cb5faf Background Color

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

This div background color is #cb5faf


#cb5faf Border Color

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

This div border color is #cb5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5faf


Comments

No comments written yet.

Please login to write comment.