Color Hex Logo

#ca4edd Color Hex

#CA4EDD
(202,78,221)
0 Favorites   0 Comments

Color spaces of #ca4edd

RGB 20278221
HSL0.810.680.59
HSV292°65°87°
CMYK 0.090.650.00   0.13
XYZ40.132723.225870.7744
Yxy23.22580.29920.1732
Hunter Lab48.193264.3073-53.3355
CIE-Lab55.304267.7628-50.3100

#ca4edd color RGB value is (202,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01001110 11011101
Octal 312 116 335
Decimal 202 78 221
Hex CA 4E DD

RGB Percentages of Color #ca4edd

%40.32
%15.57
%44.11

CMYK Percentages of Color #ca4edd

%9
%65
%0
%13

Triadic Colors of #ca4edd

#ca4edd #ddca4e #4eddca

Analogous Colors of #ca4edd

#ca4edd #dd4ea9 #834edd

Monochromatic Colors of #ca4edd

#ca4edd

Complementary Color

#ca4edd #61dd4e

#ca4edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca4edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca4edd Color CSS Codes

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

#ca4edd Text Font Color

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

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


#ca4edd Background Color

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

This div background color is #ca4edd


#ca4edd Border Color

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

This div border color is #ca4edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca4edd


Comments

No comments written yet.

Please login to write comment.