Color Hex Logo

#c65abe Color Hex

#C65ABE
(198,90,190)
0 Favorites   0 Comments

Color spaces of #c65abe

RGB 19890190
HSL0.850.490.56
HSV304°55°78°
CMYK 0.000.550.04   0.22
XYZ36.239123.035851.2515
Yxy23.03580.32790.2084
Hunter Lab47.995650.7841-29.7151
CIE-Lab55.109256.0575-32.9750

#c65abe color RGB value is (198,90,190).

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

The process color (four color CMYK) of #c65abe color hex is 0.00, 0.55, 0.04, 0.22. Web safe color of #c65abe is #cc66cc. Color #c65abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011010 10111110
Octal 306 132 276
Decimal 198 90 190
Hex C6 5A BE

RGB Percentages of Color #c65abe

%41.42
%18.83
%39.75

CMYK Percentages of Color #c65abe

%0
%55
%4
%22

Triadic Colors of #c65abe

#c65abe #bec65a #5abec6

Analogous Colors of #c65abe

#c65abe #c65a88 #985ac6

Monochromatic Colors of #c65abe

#c65abe

Complementary Color

#c65abe #5ac662

#c65abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65abe Color CSS Codes

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

#c65abe Text Font Color

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

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


#c65abe Background Color

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

This div background color is #c65abe


#c65abe Border Color

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

This div border color is #c65abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65abe


Comments

No comments written yet.

Please login to write comment.