Color Hex Logo

#ca58bd Color Hex

#CA58BD
(202,88,189)
0 Favorites   0 Comments

Color spaces of #ca58bd

RGB 20288189
HSL0.850.520.57
HSV307°56°79°
CMYK 0.000.560.06   0.21
XYZ37.032223.210150.6723
Yxy23.21010.33390.2093
Hunter Lab48.176952.8984-28.6373
CIE-Lab55.288157.9122-32.0782

#ca58bd color RGB value is (202,88,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 10111101
Octal 312 130 275
Decimal 202 88 189
Hex CA 58 BD

RGB Percentages of Color #ca58bd

%42.17
%18.37
%39.46

CMYK Percentages of Color #ca58bd

%0
%56
%6
%21

Triadic Colors of #ca58bd

#ca58bd #bdca58 #58bdca

Analogous Colors of #ca58bd

#ca58bd #ca5884 #9e58ca

Monochromatic Colors of #ca58bd

#ca58bd

Complementary Color

#ca58bd #58ca65

#ca58bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca58bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca58bd Color CSS Codes

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

#ca58bd Text Font Color

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

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


#ca58bd Background Color

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

This div background color is #ca58bd


#ca58bd Border Color

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

This div border color is #ca58bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca58bd


Comments

No comments written yet.

Please login to write comment.