Color Hex Logo

#d154ec Color Hex

#D154EC
(209,84,236)
0 Favorites   0 Comments

Color spaces of #d154ec

RGB 20984236
HSL0.800.800.63
HSV289°64°93°
CMYK 0.110.640.00   0.07
XYZ44.605125.952182.0152
Yxy25.95210.29240.1701
Hunter Lab50.943267.1413-59.7927
CIE-Lab57.991669.6255-54.4018

#d154ec color RGB value is (209,84,236).

#d154ec hex color red value is 209, green value is 84 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d154ec hue: 0.80 , saturation: 0.80 and the lightness value of d154ec is 0.63.

The process color (four color CMYK) of #d154ec color hex is 0.11, 0.64, 0.00, 0.07. Web safe color of #d154ec is #cc66ff. Color #d154ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01010100 11101100
Octal 321 124 354
Decimal 209 84 236
Hex D1 54 EC

RGB Percentages of Color #d154ec

%39.51
%15.88
%44.61

CMYK Percentages of Color #d154ec

%11
%64
%0
%7

Triadic Colors of #d154ec

#d154ec #ecd154 #54ecd1

Analogous Colors of #d154ec

#d154ec #ec54bb #8554ec

Monochromatic Colors of #d154ec

#d154ec

Complementary Color

#d154ec #6fec54

#d154ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d154ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d154ec Color CSS Codes

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

#d154ec Text Font Color

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

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


#d154ec Background Color

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

This div background color is #d154ec


#d154ec Border Color

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

This div border color is #d154ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d154ec


Comments

No comments written yet.

Please login to write comment.