Color Hex Logo

#ca55ba Color Hex

#CA55BA
(202,85,186)
0 Favorites   0 Comments

Color spaces of #ca55ba

RGB 20285186
HSL0.860.520.56
HSV308°58°79°
CMYK 0.000.580.08   0.21
XYZ36.468522.598748.8943
Yxy22.59870.33780.2093
Hunter Lab47.538153.7433-27.7048
CIE-Lab54.656658.7719-31.3327

#ca55ba color RGB value is (202,85,186).

#ca55ba hex color red value is 202, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ca55ba hue: 0.86 , saturation: 0.52 and the lightness value of ca55ba is 0.56.

The process color (four color CMYK) of #ca55ba color hex is 0.00, 0.58, 0.08, 0.21. Web safe color of #ca55ba is #cc66cc. Color #ca55ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 10111010
Octal 312 125 272
Decimal 202 85 186
Hex CA 55 BA

RGB Percentages of Color #ca55ba

%42.71
%17.97
%39.32

CMYK Percentages of Color #ca55ba

%0
%58
%8
%21

Triadic Colors of #ca55ba

#ca55ba #baca55 #55baca

Analogous Colors of #ca55ba

#ca55ba #ca5580 #a055ca

Monochromatic Colors of #ca55ba

#ca55ba

Complementary Color

#ca55ba #55ca65

#ca55ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55ba Color CSS Codes

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

#ca55ba Text Font Color

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

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


#ca55ba Background Color

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

This div background color is #ca55ba


#ca55ba Border Color

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

This div border color is #ca55ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,85,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca55ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca55ba;
  -webkit-box-shadow: 1px 1px 3px 2px #ca55ba;
  box-shadow:         1px 1px 3px 2px #ca55ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,85,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55ba


Comments

No comments written yet.

Please login to write comment.