Color Hex Logo

#ca55bc Color Hex

#CA55BC
(202,85,188)
0 Favorites   0 Comments

Color spaces of #ca55bc

RGB 20285188
HSL0.850.520.56
HSV307°58°79°
CMYK 0.000.580.07   0.21
XYZ36.682722.684450.0221
Yxy22.68440.33530.2074
Hunter Lab47.628154.1296-28.9304
CIE-Lab54.745859.0973-32.3475

#ca55bc color RGB value is (202,85,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010101 10111100
Octal 312 125 274
Decimal 202 85 188
Hex CA 55 BC

RGB Percentages of Color #ca55bc

%42.53
%17.89
%39.58

CMYK Percentages of Color #ca55bc

%0
%58
%7
%21

Triadic Colors of #ca55bc

#ca55bc #bcca55 #55bcca

Analogous Colors of #ca55bc

#ca55bc #ca5582 #9e55ca

Monochromatic Colors of #ca55bc

#ca55bc

Complementary Color

#ca55bc #55ca63

#ca55bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca55bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca55bc Color CSS Codes

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

#ca55bc Text Font Color

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

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


#ca55bc Background Color

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

This div background color is #ca55bc


#ca55bc Border Color

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

This div border color is #ca55bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca55bc


Comments

No comments written yet.

Please login to write comment.