color codes Logo

#ad1cea color codes

#AD1CEA
(173,28,234)
0 Favorites   0 Comments

Color spaces of #ad1cea

RGB 17328234
HSL0.780.830.51
HSV282°88°92°
CMYK 0.260.880.00   0.08
XYZ32.500115.655379.1507
Yxy15.65530.25530.1230
Hunter Lab39.566877.3778-90.9089
CIE-Lab46.519080.1598-72.0384

#ad1cea color RGB value is (173,28,234).

#ad1cea hex color red value is 173, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ad1cea hue: 0.78 , saturation: 0.83 and the lightness value of ad1cea is 0.51.

The process color (four color CMYK) of #ad1cea color code is 0.26, 0.88, 0.00, 0.08. Web safe color of #ad1cea is #9933ff. Color #ad1cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011100 11101010
Octal 255 34 352
Decimal 173 28 234
Hex AD 1C EA

RGB Percentages of Color #ad1cea

%39.77
%6.44
%53.79

CMYK Percentages of Color #ad1cea

%26
%88
%0
%8

Triadic Colors of #ad1cea

#ad1cea #eaad1c #1ceaad

Analogous Colors of #ad1cea

#ad1cea #ea1cc0 #461cea

Monochromatic Colors of #ad1cea

#ad1cea

Complementary Color

#ad1cea #59ea1c

#ad1cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1cea Color CSS Codes

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

#ad1cea Text Font Color

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

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


#ad1cea Background Color

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

This div background color is #ad1cea


#ad1cea Border Color

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

This div border color is #ad1cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,28,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad1cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad1cea;
  -webkit-box-shadow: 1px 1px 3px 2px #ad1cea;
  box-shadow:         1px 1px 3px 2px #ad1cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,28,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1cea


Comments

No comments written yet.

Please login to write comment.