Color Hex Logo

#d360ec Color Hex

#D360EC
(211,96,236)
0 Favorites   0 Comments

Color spaces of #d360ec

RGB 21196236
HSL0.800.790.65
HSV289°59°93°
CMYK 0.110.590.00   0.07
XYZ46.187228.270882.3793
Yxy28.27080.29450.1803
Hunter Lab53.170362.0088-54.6417
CIE-Lab60.132664.9374-50.9793

#d360ec color RGB value is (211,96,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100000 11101100
Octal 323 140 354
Decimal 211 96 236
Hex D3 60 EC

RGB Percentages of Color #d360ec

%38.86
%17.68
%43.46

CMYK Percentages of Color #d360ec

%11
%59
%0
%7

Triadic Colors of #d360ec

#d360ec #ecd360 #60ecd3

Analogous Colors of #d360ec

#d360ec #ec60bf #8d60ec

Monochromatic Colors of #d360ec

#d360ec

Complementary Color

#d360ec #79ec60

#d360ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d360ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d360ec Color CSS Codes

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

#d360ec Text Font Color

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

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


#d360ec Background Color

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

This div background color is #d360ec


#d360ec Border Color

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

This div border color is #d360ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d360ec


Comments

No comments written yet.

Please login to write comment.