Color Hex Logo

#ca39dd Color Hex

#CA39DD
(202,57,221)
0 Favorites   0 Comments

Color spaces of #ca39dd

RGB 20257221
HSL0.810.710.55
HSV293°74°87°
CMYK 0.090.740.00   0.13
XYZ38.871420.703370.3540
Yxy20.70330.29920.1593
Hunter Lab45.500972.8660-59.8243
CIE-Lab52.623275.3469-54.5886

#ca39dd color RGB value is (202,57,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111001 11011101
Octal 312 71 335
Decimal 202 57 221
Hex CA 39 DD

RGB Percentages of Color #ca39dd

%42.08
%11.88
%46.04

CMYK Percentages of Color #ca39dd

%9
%74
%0
%13

Triadic Colors of #ca39dd

#ca39dd #ddca39 #39ddca

Analogous Colors of #ca39dd

#ca39dd #dd399e #7839dd

Monochromatic Colors of #ca39dd

#ca39dd

Complementary Color

#ca39dd #4cdd39

#ca39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca39dd Color CSS Codes

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

#ca39dd Text Font Color

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

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


#ca39dd Background Color

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

This div background color is #ca39dd


#ca39dd Border Color

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

This div border color is #ca39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca39dd


Comments

No comments written yet.

Please login to write comment.