Color Hex Logo

#ca53bc Color Hex

#CA53BC
(202,83,188)
0 Favorites   0 Comments

Color spaces of #ca53bc

RGB 20283188
HSL0.850.530.56
HSV307°59°79°
CMYK 0.000.590.07   0.21
XYZ36.527522.373949.9703
Yxy22.37390.33550.2055
Hunter Lab47.301155.0670-29.5251
CIE-Lab54.421559.9809-32.8533

#ca53bc color RGB value is (202,83,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010011 10111100
Octal 312 123 274
Decimal 202 83 188
Hex CA 53 BC

RGB Percentages of Color #ca53bc

%42.71
%17.55
%39.75

CMYK Percentages of Color #ca53bc

%0
%59
%7
%21

Triadic Colors of #ca53bc

#ca53bc #bcca53 #53bcca

Analogous Colors of #ca53bc

#ca53bc #ca5381 #9d53ca

Monochromatic Colors of #ca53bc

#ca53bc

Complementary Color

#ca53bc #53ca61

#ca53bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca53bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca53bc Color CSS Codes

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

#ca53bc Text Font Color

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

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


#ca53bc Background Color

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

This div background color is #ca53bc


#ca53bc Border Color

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

This div border color is #ca53bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca53bc


Comments

No comments written yet.

Please login to write comment.