Color Hex Logo

#d567ec Color Hex

#D567EC
(213,103,236)
0 Favorites   0 Comments

Color spaces of #d567ec

RGB 213103236
HSL0.800.780.66
HSV290°56°93°
CMYK 0.100.560.00   0.07
XYZ47.431129.902882.6288
Yxy29.90280.29650.1869
Hunter Lab54.683559.1305-51.3111
CIE-Lab61.570362.2383-48.6843

#d567ec color RGB value is (213,103,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 11101100
Octal 325 147 354
Decimal 213 103 236
Hex D5 67 EC

RGB Percentages of Color #d567ec

%38.59
%18.66
%42.75

CMYK Percentages of Color #d567ec

%10
%56
%0
%7

Triadic Colors of #d567ec

#d567ec #ecd567 #67ecd5

Analogous Colors of #d567ec

#d567ec #ec67c1 #9367ec

Monochromatic Colors of #d567ec

#d567ec

Complementary Color

#d567ec #7eec67

#d567ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d567ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d567ec Color CSS Codes

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

#d567ec Text Font Color

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

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


#d567ec Background Color

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

This div background color is #d567ec


#d567ec Border Color

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

This div border color is #d567ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d567ec


Comments

No comments written yet.

Please login to write comment.