Color Hex Logo

#cb5fad Color Hex

#CB5FAD
(203,95,173)
0 Favorites   0 Comments

Color spaces of #cb5fad

RGB 20395173
HSL0.880.510.58
HSV317°53°80°
CMYK 0.000.530.15   0.20
XYZ36.263623.898142.2366
Yxy23.89810.35410.2334
Hunter Lab48.885746.8621-17.0058
CIE-Lab55.985652.3614-21.7480

#cb5fad color RGB value is (203,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011111 10101101
Octal 313 137 255
Decimal 203 95 173
Hex CB 5F AD

RGB Percentages of Color #cb5fad

%43.10
%20.17
%36.73

CMYK Percentages of Color #cb5fad

%0
%53
%15
%20

Triadic Colors of #cb5fad

#cb5fad #adcb5f #5fadcb

Analogous Colors of #cb5fad

#cb5fad #cb5f77 #b35fcb

Monochromatic Colors of #cb5fad

#cb5fad

Complementary Color

#cb5fad #5fcb7d

#cb5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5fad Color CSS Codes

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

#cb5fad Text Font Color

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

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


#cb5fad Background Color

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

This div background color is #cb5fad


#cb5fad Border Color

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

This div border color is #cb5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5fad


Comments

No comments written yet.

Please login to write comment.