Color Hex Logo

#ca55be Color Hex

#CA55BE
(202,85,190)
0 Favorites   0 Comments

Color spaces of #ca55be

RGB 20285190
HSL0.850.520.56
HSV306°58°79°
CMYK 0.000.580.06   0.21
XYZ36.899922.771351.1657
Yxy22.77130.33290.2054
Hunter Lab47.719354.5200-30.1686
CIE-Lab54.836059.4255-33.3592

#ca55be color RGB value is (202,85,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 10111110
Octal 312 125 276
Decimal 202 85 190
Hex CA 55 BE

RGB Percentages of Color #ca55be

%42.35
%17.82
%39.83

CMYK Percentages of Color #ca55be

%0
%58
%6
%21

Triadic Colors of #ca55be

#ca55be #beca55 #55beca

Analogous Colors of #ca55be

#ca55be #ca5584 #9c55ca

Monochromatic Colors of #ca55be

#ca55be

Complementary Color

#ca55be #55ca61

#ca55be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55be Color CSS Codes

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

#ca55be Text Font Color

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

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


#ca55be Background Color

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

This div background color is #ca55be


#ca55be Border Color

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

This div border color is #ca55be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55be


Comments

No comments written yet.

Please login to write comment.