Color Hex Logo

#c51adc Color Hex

#C51ADC
(197,26,220)
0 Favorites   0 Comments

Color spaces of #c51adc

RGB 19726220
HSL0.810.790.48
HSV293°88°86°
CMYK 0.100.880.00   0.14
XYZ36.313617.776469.2274
Yxy17.77640.29450.1442
Hunter Lab42.162179.9559-67.8369
CIE-Lab49.223881.6739-59.5218

#c51adc color RGB value is (197,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011010 11011100
Octal 305 32 334
Decimal 197 26 220
Hex C5 1A DC

RGB Percentages of Color #c51adc

%44.47
%5.87
%49.66

CMYK Percentages of Color #c51adc

%10
%88
%0
%14

Triadic Colors of #c51adc

#c51adc #dcc51a #1adcc5

Analogous Colors of #c51adc

#c51adc #dc1a92 #641adc

Monochromatic Colors of #c51adc

#c51adc

Complementary Color

#c51adc #31dc1a

#c51adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51adc Color CSS Codes

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

#c51adc Text Font Color

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

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


#c51adc Background Color

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

This div background color is #c51adc


#c51adc Border Color

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

This div border color is #c51adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51adc


Comments

No comments written yet.

Please login to write comment.