Color Hex Logo

#d354ec Color Hex

#D354EC
(211,84,236)
0 Favorites   0 Comments

Color spaces of #d354ec

RGB 21184236
HSL0.810.800.63
HSV290°64°93°
CMYK 0.110.640.00   0.07
XYZ45.174626.245782.0418
Yxy26.24570.29440.1710
Hunter Lab51.230667.7461-59.0870
CIE-Lab58.269570.0739-53.9422

#d354ec color RGB value is (211,84,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010100 11101100
Octal 323 124 354
Decimal 211 84 236
Hex D3 54 EC

RGB Percentages of Color #d354ec

%39.74
%15.82
%44.44

CMYK Percentages of Color #d354ec

%11
%64
%0
%7

Triadic Colors of #d354ec

#d354ec #ecd354 #54ecd3

Analogous Colors of #d354ec

#d354ec #ec54b9 #8754ec

Monochromatic Colors of #d354ec

#d354ec

Complementary Color

#d354ec #6dec54

#d354ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d354ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d354ec Color CSS Codes

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

#d354ec Text Font Color

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

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


#d354ec Background Color

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

This div background color is #d354ec


#d354ec Border Color

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

This div border color is #d354ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d354ec


Comments

No comments written yet.

Please login to write comment.