Color Hex Logo

#ca50bc Color Hex

#CA50BC
(202,80,188)
0 Favorites   0 Comments

Color spaces of #ca50bc

RGB 20280188
HSL0.850.540.55
HSV307°60°79°
CMYK 0.000.600.07   0.21
XYZ36.302921.924749.8955
Yxy21.92470.33580.2028
Hunter Lab46.823856.4509-30.4028
CIE-Lab53.947061.2795-33.5944

#ca50bc color RGB value is (202,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 10111100
Octal 312 120 274
Decimal 202 80 188
Hex CA 50 BC

RGB Percentages of Color #ca50bc

%42.98
%17.02
%40.00

CMYK Percentages of Color #ca50bc

%0
%60
%7
%21

Triadic Colors of #ca50bc

#ca50bc #bcca50 #50bcca

Analogous Colors of #ca50bc

#ca50bc #ca507f #9b50ca

Monochromatic Colors of #ca50bc

#ca50bc

Complementary Color

#ca50bc #50ca5e

#ca50bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca50bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca50bc Color CSS Codes

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

#ca50bc Text Font Color

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

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


#ca50bc Background Color

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

This div background color is #ca50bc


#ca50bc Border Color

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

This div border color is #ca50bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca50bc


Comments

No comments written yet.

Please login to write comment.