Color Hex Logo

#ca50bf Color Hex

#CA50BF
(202,80,191)
0 Favorites   0 Comments

Color spaces of #ca50bf

RGB 20280191
HSL0.850.540.55
HSV305°60°79°
CMYK 0.000.600.05   0.21
XYZ36.629822.055551.6167
Yxy22.05550.33210.2000
Hunter Lab46.963357.0383-32.2905
CIE-Lab54.085861.7667-35.1080

#ca50bf color RGB value is (202,80,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 10111111
Octal 312 120 277
Decimal 202 80 191
Hex CA 50 BF

RGB Percentages of Color #ca50bf

%42.71
%16.91
%40.38

CMYK Percentages of Color #ca50bf

%0
%60
%5
%21

Triadic Colors of #ca50bf

#ca50bf #bfca50 #50bfca

Analogous Colors of #ca50bf

#ca50bf #ca5082 #9850ca

Monochromatic Colors of #ca50bf

#ca50bf

Complementary Color

#ca50bf #50ca5b

#ca50bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca50bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca50bf Color CSS Codes

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

#ca50bf Text Font Color

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

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


#ca50bf Background Color

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

This div background color is #ca50bf


#ca50bf Border Color

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

This div border color is #ca50bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca50bf


Comments

No comments written yet.

Please login to write comment.