Color Hex Logo

#cb55af Color Hex

#CB55AF
(203,85,175)
0 Favorites   0 Comments

Color spaces of #cb55af

RGB 20385175
HSL0.870.530.56
HSV314°58°80°
CMYK 0.000.580.14   0.20
XYZ35.615022.288742.9825
Yxy22.28870.35300.2209
Hunter Lab47.210952.0379-20.9321
CIE-Lab54.332057.3141-25.4527

#cb55af color RGB value is (203,85,175).

#cb55af hex color red value is 203, green value is 85 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cb55af hue: 0.87 , saturation: 0.53 and the lightness value of cb55af is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010101 10101111
Octal 313 125 257
Decimal 203 85 175
Hex CB 55 AF

RGB Percentages of Color #cb55af

%43.84
%18.36
%37.80

CMYK Percentages of Color #cb55af

%0
%58
%14
%20

Triadic Colors of #cb55af

#cb55af #afcb55 #55afcb

Analogous Colors of #cb55af

#cb55af #cb5574 #ac55cb

Monochromatic Colors of #cb55af

#cb55af

Complementary Color

#cb55af #55cb71

#cb55af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb55af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb55af Color CSS Codes

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

#cb55af Text Font Color

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

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


#cb55af Background Color

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

This div background color is #cb55af


#cb55af Border Color

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

This div border color is #cb55af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb55af


Comments

No comments written yet.

Please login to write comment.