Color Hex Logo

#ca33dd Color Hex

#CA33DD
(202,51,221)
0 Favorites   0 Comments

Color spaces of #ca33dd

RGB 20251221
HSL0.810.710.53
HSV293°77°87°
CMYK 0.090.770.00   0.13
XYZ38.592120.144770.2609
Yxy20.14470.29920.1562
Hunter Lab44.882874.9366-61.3963
CIE-Lab52.000477.1404-55.5861

#ca33dd color RGB value is (202,51,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 11011101
Octal 312 63 335
Decimal 202 51 221
Hex CA 33 DD

RGB Percentages of Color #ca33dd

%42.62
%10.76
%46.62

CMYK Percentages of Color #ca33dd

%9
%77
%0
%13

Triadic Colors of #ca33dd

#ca33dd #ddca33 #33ddca

Analogous Colors of #ca33dd

#ca33dd #dd339b #7533dd

Monochromatic Colors of #ca33dd

#ca33dd

Complementary Color

#ca33dd #46dd33

#ca33dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca33dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca33dd Color CSS Codes

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

#ca33dd Text Font Color

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

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


#ca33dd Background Color

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

This div background color is #ca33dd


#ca33dd Border Color

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

This div border color is #ca33dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca33dd


Comments

No comments written yet.

Please login to write comment.