Color Hex Logo

#ca5edd Color Hex

#CA5EDD
(202,94,221)
0 Favorites   0 Comments

Color spaces of #ca5edd

RGB 20294221
HSL0.810.650.62
HSV291°57°87°
CMYK 0.090.570.00   0.13
XYZ41.411025.782471.2005
Yxy25.78240.29920.1863
Hunter Lab50.776456.7182-47.5952
CIE-Lab57.829960.8169-46.3022

#ca5edd color RGB value is (202,94,221).

#ca5edd hex color red value is 202, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca5edd hue: 0.81 , saturation: 0.65 and the lightness value of ca5edd is 0.62.

The process color (four color CMYK) of #ca5edd color hex is 0.09, 0.57, 0.00, 0.13. Web safe color of #ca5edd is #cc66cc. Color #ca5edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 11011101
Octal 312 136 335
Decimal 202 94 221
Hex CA 5E DD

RGB Percentages of Color #ca5edd

%39.07
%18.18
%42.75

CMYK Percentages of Color #ca5edd

%9
%57
%0
%13

Triadic Colors of #ca5edd

#ca5edd #ddca5e #5eddca

Analogous Colors of #ca5edd

#ca5edd #dd5eb1 #8b5edd

Monochromatic Colors of #ca5edd

#ca5edd

Complementary Color

#ca5edd #71dd5e

#ca5edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5edd Color CSS Codes

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

#ca5edd Text Font Color

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

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


#ca5edd Background Color

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

This div background color is #ca5edd


#ca5edd Border Color

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

This div border color is #ca5edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5edd


Comments

No comments written yet.

Please login to write comment.