Color Hex Logo

#c82adb Color Hex

#C82ADB
(200,42,219)
0 Favorites   0 Comments

Color spaces of #c82adb

RGB 20042219
HSL0.820.710.51
HSV294°81°86°
CMYK 0.090.810.00   0.14
XYZ37.433619.049868.7218
Yxy19.04980.29900.1521
Hunter Lab43.646176.7121-62.8013
CIE-Lab50.745478.8074-56.4786

#c82adb color RGB value is (200,42,219).

#c82adb hex color red value is 200, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c82adb hue: 0.82 , saturation: 0.71 and the lightness value of c82adb is 0.51.

The process color (four color CMYK) of #c82adb color hex is 0.09, 0.81, 0.00, 0.14. Web safe color of #c82adb is #cc33cc. Color #c82adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101010 11011011
Octal 310 52 333
Decimal 200 42 219
Hex C8 2A DB

RGB Percentages of Color #c82adb

%43.38
%9.11
%47.51

CMYK Percentages of Color #c82adb

%9
%81
%0
%14

Triadic Colors of #c82adb

#c82adb #dbc82a #2adbc8

Analogous Colors of #c82adb

#c82adb #db2a96 #702adb

Monochromatic Colors of #c82adb

#c82adb

Complementary Color

#c82adb #3ddb2a

#c82adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82adb Color CSS Codes

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

#c82adb Text Font Color

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

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


#c82adb Background Color

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

This div background color is #c82adb


#c82adb Border Color

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

This div border color is #c82adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,42,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c82adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c82adb;
  -webkit-box-shadow: 1px 1px 3px 2px #c82adb;
  box-shadow:         1px 1px 3px 2px #c82adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,42,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82adb


Comments

No comments written yet.

Please login to write comment.