Color Hex Logo

#cb5bad Color Hex

#CB5BAD
(203,91,173)
0 Favorites   0 Comments

Color spaces of #cb5bad

RGB 20391173
HSL0.880.520.58
HSV316°55°80°
CMYK 0.000.550.15   0.20
XYZ35.912523.195842.1196
Yxy23.19580.35480.2291
Hunter Lab48.162048.8168-18.1380
CIE-Lab55.273454.2570-22.8411

#cb5bad color RGB value is (203,91,173).

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

The process color (four color CMYK) of #cb5bad color hex is 0.00, 0.55, 0.15, 0.20. Web safe color of #cb5bad is #cc6699. Color #cb5bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011011 10101101
Octal 313 133 255
Decimal 203 91 173
Hex CB 5B AD

RGB Percentages of Color #cb5bad

%43.47
%19.49
%37.04

CMYK Percentages of Color #cb5bad

%0
%55
%15
%20

Triadic Colors of #cb5bad

#cb5bad #adcb5b #5badcb

Analogous Colors of #cb5bad

#cb5bad #cb5b75 #b15bcb

Monochromatic Colors of #cb5bad

#cb5bad

Complementary Color

#cb5bad #5bcb79

#cb5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5bad Color CSS Codes

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

#cb5bad Text Font Color

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

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


#cb5bad Background Color

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

This div background color is #cb5bad


#cb5bad Border Color

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

This div border color is #cb5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5bad


Comments

No comments written yet.

Please login to write comment.