Color Hex Logo

#ca33dc Color Hex

#CA33DC
(202,51,220)
0 Favorites   0 Comments

Color spaces of #ca33dc

RGB 20251220
HSL0.820.710.53
HSV294°77°86°
CMYK 0.080.770.00   0.14
XYZ38.459220.091569.5612
Yxy20.09150.30020.1568
Hunter Lab44.823574.7142-60.6351
CIE-Lab51.940576.9732-55.1137

#ca33dc color RGB value is (202,51,220).

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

The process color (four color CMYK) of #ca33dc color hex is 0.08, 0.77, 0.00, 0.14. Web safe color of #ca33dc is #cc33cc. Color #ca33dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 11011100
Octal 312 63 334
Decimal 202 51 220
Hex CA 33 DC

RGB Percentages of Color #ca33dc

%42.71
%10.78
%46.51

CMYK Percentages of Color #ca33dc

%8
%77
%0
%14

Triadic Colors of #ca33dc

#ca33dc #dcca33 #33dcca

Analogous Colors of #ca33dc

#ca33dc #dc339a #7633dc

Monochromatic Colors of #ca33dc

#ca33dc

Complementary Color

#ca33dc #45dc33

#ca33dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca33dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca33dc Color CSS Codes

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

#ca33dc Text Font Color

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

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


#ca33dc Background Color

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

This div background color is #ca33dc


#ca33dc Border Color

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

This div border color is #ca33dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,51,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca33dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca33dc


Comments

No comments written yet.

Please login to write comment.