Color Hex Logo

#d367fc Color Hex

#D367FC
(211,103,252)
0 Favorites   0 Comments

Color spaces of #d367fc

RGB 211103252
HSL0.790.960.70
HSV283°59°99°
CMYK 0.160.590.00   0.01
XYZ49.284930.577795.3999
Yxy30.57770.28120.1745
Hunter Lab55.297162.3226-63.5806
CIE-Lab62.149564.8425-56.6377

#d367fc color RGB value is (211,103,252).

#d367fc hex color red value is 211, green value is 103 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d367fc hue: 0.79 , saturation: 0.96 and the lightness value of d367fc is 0.70.

The process color (four color CMYK) of #d367fc color hex is 0.16, 0.59, 0.00, 0.01. Web safe color of #d367fc is #cc66ff. Color #d367fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100111 11111100
Octal 323 147 374
Decimal 211 103 252
Hex D3 67 FC

RGB Percentages of Color #d367fc

%37.28
%18.20
%44.52

CMYK Percentages of Color #d367fc

%16
%59
%0
%1

Triadic Colors of #d367fc

#d367fc #fcd367 #67fcd3

Analogous Colors of #d367fc

#d367fc #fc67db #8967fc

Monochromatic Colors of #d367fc

#d367fc

Complementary Color

#d367fc #90fc67

#d367fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d367fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d367fc Color CSS Codes

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

#d367fc Text Font Color

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

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


#d367fc Background Color

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

This div background color is #d367fc


#d367fc Border Color

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

This div border color is #d367fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,103,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d367fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d367fc

Related Colors


Comments

No comments written yet.

Please login to write comment.