Color Hex Logo

#ca2edd Color Hex

#CA2EDD
(202,46,221)
0 Favorites   0 Comments

Color spaces of #ca2edd

RGB 20246221
HSL0.820.720.52
HSV293°79°87°
CMYK 0.090.790.00   0.13
XYZ38.385319.731070.1919
Yxy19.73100.29920.1538
Hunter Lab44.419676.5169-62.5964
CIE-Lab51.531778.4982-56.3376

#ca2edd color RGB value is (202,46,221).

#ca2edd hex color red value is 202, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ca2edd hue: 0.82 , saturation: 0.72 and the lightness value of ca2edd is 0.52.

The process color (four color CMYK) of #ca2edd color hex is 0.09, 0.79, 0.00, 0.13. Web safe color of #ca2edd is #cc33cc. Color #ca2edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101110 11011101
Octal 312 56 335
Decimal 202 46 221
Hex CA 2E DD

RGB Percentages of Color #ca2edd

%43.07
%9.81
%47.12

CMYK Percentages of Color #ca2edd

%9
%79
%0
%13

Triadic Colors of #ca2edd

#ca2edd #ddca2e #2eddca

Analogous Colors of #ca2edd

#ca2edd #dd2e99 #732edd

Monochromatic Colors of #ca2edd

#ca2edd

Complementary Color

#ca2edd #41dd2e

#ca2edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca2edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca2edd Color CSS Codes

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

#ca2edd Text Font Color

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

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


#ca2edd Background Color

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

This div background color is #ca2edd


#ca2edd Border Color

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

This div border color is #ca2edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca2edd


Comments

No comments written yet.

Please login to write comment.