Color Hex Logo

#ca51dc Color Hex

#CA51DC
(202,81,220)
0 Favorites   0 Comments

Color spaces of #ca51dc

RGB 20281220
HSL0.810.670.59
HSV292°63°86°
CMYK 0.080.630.00   0.14
XYZ40.217823.608770.1474
Yxy23.60870.30020.1762
Hunter Lab48.588862.7172-51.5845
CIE-Lab55.693966.3479-49.1249

#ca51dc color RGB value is (202,81,220).

#ca51dc hex color red value is 202, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ca51dc hue: 0.81 , saturation: 0.67 and the lightness value of ca51dc is 0.59.

The process color (four color CMYK) of #ca51dc color hex is 0.08, 0.63, 0.00, 0.14. Web safe color of #ca51dc is #cc66cc. Color #ca51dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010001 11011100
Octal 312 121 334
Decimal 202 81 220
Hex CA 51 DC

RGB Percentages of Color #ca51dc

%40.16
%16.10
%43.74

CMYK Percentages of Color #ca51dc

%8
%63
%0
%14

Triadic Colors of #ca51dc

#ca51dc #dcca51 #51dcca

Analogous Colors of #ca51dc

#ca51dc #dc51a9 #8551dc

Monochromatic Colors of #ca51dc

#ca51dc

Complementary Color

#ca51dc #63dc51

#ca51dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca51dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca51dc Color CSS Codes

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

#ca51dc Text Font Color

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

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


#ca51dc Background Color

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

This div background color is #ca51dc


#ca51dc Border Color

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

This div border color is #ca51dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca51dc


Comments

No comments written yet.

Please login to write comment.