Color Hex Logo

#ca5dbd Color Hex

#CA5DBD
(202,93,189)
0 Favorites   0 Comments

Color spaces of #ca5dbd

RGB 20293189
HSL0.850.510.58
HSV307°54°79°
CMYK 0.000.540.06   0.21
XYZ37.456824.059450.8138
Yxy24.05940.33350.2142
Hunter Lab49.050450.4714-27.0863
CIE-Lab56.147255.5995-30.7411

#ca5dbd color RGB value is (202,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011101 10111101
Octal 312 135 275
Decimal 202 93 189
Hex CA 5D BD

RGB Percentages of Color #ca5dbd

%41.74
%19.21
%39.05

CMYK Percentages of Color #ca5dbd

%0
%54
%6
%21

Triadic Colors of #ca5dbd

#ca5dbd #bdca5d #5dbdca

Analogous Colors of #ca5dbd

#ca5dbd #ca5d87 #a15dca

Monochromatic Colors of #ca5dbd

#ca5dbd

Complementary Color

#ca5dbd #5dca6a

#ca5dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5dbd Color CSS Codes

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

#ca5dbd Text Font Color

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

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


#ca5dbd Background Color

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

This div background color is #ca5dbd


#ca5dbd Border Color

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

This div border color is #ca5dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5dbd


Comments

No comments written yet.

Please login to write comment.