Color Hex Logo

#cb5abe Color Hex

#CB5ABE
(203,90,190)
0 Favorites   0 Comments

Color spaces of #cb5abe

RGB 20390190
HSL0.850.520.57
HSV307°56°80°
CMYK 0.000.560.06   0.20
XYZ37.579023.726551.3142
Yxy23.72650.33370.2107
Hunter Lab48.709952.4681-28.3631
CIE-Lab55.812957.4387-31.8251

#cb5abe color RGB value is (203,90,190).

#cb5abe hex color red value is 203, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb5abe hue: 0.85 , saturation: 0.52 and the lightness value of cb5abe is 0.57.

The process color (four color CMYK) of #cb5abe color hex is 0.00, 0.56, 0.06, 0.20. Web safe color of #cb5abe is #cc66cc. Color #cb5abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011010 10111110
Octal 313 132 276
Decimal 203 90 190
Hex CB 5A BE

RGB Percentages of Color #cb5abe

%42.03
%18.63
%39.34

CMYK Percentages of Color #cb5abe

%0
%56
%6
%20

Triadic Colors of #cb5abe

#cb5abe #becb5a #5abecb

Analogous Colors of #cb5abe

#cb5abe #cb5a86 #a05acb

Monochromatic Colors of #cb5abe

#cb5abe

Complementary Color

#cb5abe #5acb67

#cb5abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5abe Color CSS Codes

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

#cb5abe Text Font Color

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

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


#cb5abe Background Color

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

This div background color is #cb5abe


#cb5abe Border Color

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

This div border color is #cb5abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5abe


Comments

No comments written yet.

Please login to write comment.