Color Hex Logo

#c51adb Color Hex

#C51ADB
(197,26,219)
0 Favorites   0 Comments

Color spaces of #c51adb

RGB 19726219
HSL0.810.790.48
HSV293°88°86°
CMYK 0.100.880.00   0.14
XYZ36.181517.723668.5318
Yxy17.72360.29550.1448
Hunter Lab42.099479.7343-67.0460
CIE-Lab49.159181.5121-59.0553

#c51adb color RGB value is (197,26,219).

#c51adb hex color red value is 197, green value is 26 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c51adb hue: 0.81 , saturation: 0.79 and the lightness value of c51adb is 0.48.

The process color (four color CMYK) of #c51adb color hex is 0.10, 0.88, 0.00, 0.14. Web safe color of #c51adb is #cc33cc. Color #c51adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011010 11011011
Octal 305 32 333
Decimal 197 26 219
Hex C5 1A DB

RGB Percentages of Color #c51adb

%44.57
%5.88
%49.55

CMYK Percentages of Color #c51adb

%10
%88
%0
%14

Triadic Colors of #c51adb

#c51adb #dbc51a #1adbc5

Analogous Colors of #c51adb

#c51adb #db1a91 #651adb

Monochromatic Colors of #c51adb

#c51adb

Complementary Color

#c51adb #30db1a

#c51adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51adb Color CSS Codes

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

#c51adb Text Font Color

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

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


#c51adb Background Color

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

This div background color is #c51adb


#c51adb Border Color

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

This div border color is #c51adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51adb


Comments

No comments written yet.

Please login to write comment.