Color Hex Logo

#cb6abe Color Hex

#CB6ABE
(203,106,190)
0 Favorites   0 Comments

Color spaces of #cb6abe

RGB 203106190
HSL0.860.480.61
HSV308°48°80°
CMYK 0.000.480.06   0.20
XYZ39.076926.722351.8135
Yxy26.72230.33230.2272
Hunter Lab51.693644.4702-23.2420
CIE-Lab58.716449.7362-27.3223

#cb6abe color RGB value is (203,106,190).

#cb6abe hex color red value is 203, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cb6abe hue: 0.86 , saturation: 0.48 and the lightness value of cb6abe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101010 10111110
Octal 313 152 276
Decimal 203 106 190
Hex CB 6A BE

RGB Percentages of Color #cb6abe

%40.68
%21.24
%38.08

CMYK Percentages of Color #cb6abe

%0
%48
%6
%20

Triadic Colors of #cb6abe

#cb6abe #becb6a #6abecb

Analogous Colors of #cb6abe

#cb6abe #cb6a8e #a86acb

Monochromatic Colors of #cb6abe

#cb6abe

Complementary Color

#cb6abe #6acb77

#cb6abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6abe Color CSS Codes

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

#cb6abe Text Font Color

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

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


#cb6abe Background Color

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

This div background color is #cb6abe


#cb6abe Border Color

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

This div border color is #cb6abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6abe


Comments

No comments written yet.

Please login to write comment.