Color Hex Logo

#d481ec Color Hex

#D481EC
(212,129,236)
0 Favorites   0 Comments

Color spaces of #d481ec

RGB 212129236
HSL0.800.740.72
HSV287°45°93°
CMYK 0.100.450.00   0.07
XYZ50.142035.753783.6153
Yxy35.75370.29580.2109
Hunter Lab59.794445.0452-41.0539
CIE-Lab66.331349.1327-41.1988

#d481ec color RGB value is (212,129,236).

#d481ec hex color red value is 212, green value is 129 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d481ec hue: 0.80 , saturation: 0.74 and the lightness value of d481ec is 0.72.

The process color (four color CMYK) of #d481ec color hex is 0.10, 0.45, 0.00, 0.07. Web safe color of #d481ec is #cc99ff. Color #d481ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000001 11101100
Octal 324 201 354
Decimal 212 129 236
Hex D4 81 EC

RGB Percentages of Color #d481ec

%36.74
%22.36
%40.90

CMYK Percentages of Color #d481ec

%10
%45
%0
%7

Triadic Colors of #d481ec

#d481ec #ecd481 #81ecd4

Analogous Colors of #d481ec

#d481ec #ec81cf #9f81ec

Monochromatic Colors of #d481ec

#d481ec

Complementary Color

#d481ec #99ec81

#d481ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d481ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d481ec Color CSS Codes

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

#d481ec Text Font Color

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

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


#d481ec Background Color

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

This div background color is #d481ec


#d481ec Border Color

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

This div border color is #d481ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,129,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d481ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d481ec;
  -webkit-box-shadow: 1px 1px 3px 2px #d481ec;
  box-shadow:         1px 1px 3px 2px #d481ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,129,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d481ec


Comments

No comments written yet.

Please login to write comment.