Color Hex Logo

#ca31dc Color Hex

#CA31DC
(202,49,220)
0 Favorites   0 Comments

Color spaces of #ca31dc

RGB 20249220
HSL0.820.710.53
HSV294°78°86°
CMYK 0.080.780.00   0.14
XYZ38.373719.920569.5327
Yxy19.92050.30020.1558
Hunter Lab44.632475.3627-61.1251
CIE-Lab51.747277.5321-55.4235

#ca31dc color RGB value is (202,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 11011100
Octal 312 61 334
Decimal 202 49 220
Hex CA 31 DC

RGB Percentages of Color #ca31dc

%42.89
%10.40
%46.71

CMYK Percentages of Color #ca31dc

%8
%78
%0
%14

Triadic Colors of #ca31dc

#ca31dc #dcca31 #31dcca

Analogous Colors of #ca31dc

#ca31dc #dc3199 #7531dc

Monochromatic Colors of #ca31dc

#ca31dc

Complementary Color

#ca31dc #43dc31

#ca31dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca31dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca31dc Color CSS Codes

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

#ca31dc Text Font Color

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

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


#ca31dc Background Color

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

This div background color is #ca31dc


#ca31dc Border Color

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

This div border color is #ca31dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca31dc


Comments

No comments written yet.

Please login to write comment.