Color Hex Logo

#d565ec Color Hex

#D565EC
(213,101,236)
0 Favorites   0 Comments

Color spaces of #d565ec

RGB 213101236
HSL0.800.780.66
HSV290°57°93°
CMYK 0.100.570.00   0.07
XYZ47.234629.509682.5633
Yxy29.50960.29650.1852
Hunter Lab54.322760.1442-52.0870
CIE-Lab61.228863.1619-49.2249

#d565ec color RGB value is (213,101,236).

#d565ec hex color red value is 213, green value is 101 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d565ec hue: 0.80 , saturation: 0.78 and the lightness value of d565ec is 0.66.

The process color (four color CMYK) of #d565ec color hex is 0.10, 0.57, 0.00, 0.07. Web safe color of #d565ec is #cc66ff. Color #d565ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 11101100
Octal 325 145 354
Decimal 213 101 236
Hex D5 65 EC

RGB Percentages of Color #d565ec

%38.73
%18.36
%42.91

CMYK Percentages of Color #d565ec

%10
%57
%0
%7

Triadic Colors of #d565ec

#d565ec #ecd565 #65ecd5

Analogous Colors of #d565ec

#d565ec #ec65c0 #9265ec

Monochromatic Colors of #d565ec

#d565ec

Complementary Color

#d565ec #7cec65

#d565ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d565ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d565ec Color CSS Codes

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

#d565ec Text Font Color

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

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


#d565ec Background Color

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

This div background color is #d565ec


#d565ec Border Color

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

This div border color is #d565ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d565ec


Comments

No comments written yet.

Please login to write comment.