Color Hex Logo

#ca32dd Color Hex

#CA32DD
(202,50,221)
0 Favorites   0 Comments

Color spaces of #ca32dd

RGB 20250221
HSL0.810.720.53
HSV293°77°87°
CMYK 0.090.770.00   0.13
XYZ38.548920.058270.2465
Yxy20.05820.29920.1557
Hunter Lab44.786475.2638-61.6447
CIE-Lab51.902977.4224-55.7423

#ca32dd color RGB value is (202,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110010 11011101
Octal 312 62 335
Decimal 202 50 221
Hex CA 32 DD

RGB Percentages of Color #ca32dd

%42.71
%10.57
%46.72

CMYK Percentages of Color #ca32dd

%9
%77
%0
%13

Triadic Colors of #ca32dd

#ca32dd #ddca32 #32ddca

Analogous Colors of #ca32dd

#ca32dd #dd329b #7532dd

Monochromatic Colors of #ca32dd

#ca32dd

Complementary Color

#ca32dd #45dd32

#ca32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca32dd Color CSS Codes

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

#ca32dd Text Font Color

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

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


#ca32dd Background Color

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

This div background color is #ca32dd


#ca32dd Border Color

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

This div border color is #ca32dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca32dd


Comments

No comments written yet.

Please login to write comment.