Color Hex Logo

#c55abd Color Hex

#C55ABD
(197,90,189)
0 Favorites   0 Comments

Color spaces of #c55abd

RGB 19790189
HSL0.850.480.56
HSV304°54°77°
CMYK 0.000.540.04   0.23
XYZ35.867422.856850.6655
Yxy22.85680.32790.2089
Hunter Lab47.808850.2500-29.3666
CIE-Lab54.924555.6096-32.6981

#c55abd color RGB value is (197,90,189).

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

The process color (four color CMYK) of #c55abd color hex is 0.00, 0.54, 0.04, 0.23. Web safe color of #c55abd is #cc66cc. Color #c55abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011010 10111101
Octal 305 132 275
Decimal 197 90 189
Hex C5 5A BD

RGB Percentages of Color #c55abd

%41.39
%18.91
%39.71

CMYK Percentages of Color #c55abd

%0
%54
%4
%23

Triadic Colors of #c55abd

#c55abd #bdc55a #5abdc5

Analogous Colors of #c55abd

#c55abd #c55a88 #985ac5

Monochromatic Colors of #c55abd

#c55abd

Complementary Color

#c55abd #5ac562

#c55abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55abd Color CSS Codes

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

#c55abd Text Font Color

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

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


#c55abd Background Color

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

This div background color is #c55abd


#c55abd Border Color

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

This div border color is #c55abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55abd


Comments

No comments written yet.

Please login to write comment.