Color Hex Logo

#cb5faa Color Hex

#CB5FAA
(203,95,170)
0 Favorites   0 Comments

Color spaces of #cb5faa

RGB 20395170
HSL0.880.510.58
HSV318°53°80°
CMYK 0.000.530.16   0.20
XYZ35.976523.783240.7247
Yxy23.78320.35800.2367
Hunter Lab48.768046.3366-15.3737
CIE-Lab55.870151.8999-20.1856

#cb5faa color RGB value is (203,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 10101010
Octal 313 137 252
Decimal 203 95 170
Hex CB 5F AA

RGB Percentages of Color #cb5faa

%43.38
%20.30
%36.32

CMYK Percentages of Color #cb5faa

%0
%53
%16
%20

Triadic Colors of #cb5faa

#cb5faa #aacb5f #5faacb

Analogous Colors of #cb5faa

#cb5faa #cb5f74 #b65fcb

Monochromatic Colors of #cb5faa

#cb5faa

Complementary Color

#cb5faa #5fcb80

#cb5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5faa Color CSS Codes

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

#cb5faa Text Font Color

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

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


#cb5faa Background Color

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

This div background color is #cb5faa


#cb5faa Border Color

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

This div border color is #cb5faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5faa


Comments

No comments written yet.

Please login to write comment.