Color Hex Logo

#d367da Color Hex

#D367DA
(211,103,218)
0 Favorites   0 Comments

Color spaces of #d367da

RGB 211103218
HSL0.820.610.63
HSV296°53°85°
CMYK 0.030.530.00   0.15
XYZ44.369128.611369.5137
Yxy28.61130.31140.2008
Hunter Lab53.489554.4575-39.6092
CIE-Lab60.437058.3981-40.4253

#d367da color RGB value is (211,103,218).

#d367da hex color red value is 211, green value is 103 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d367da hue: 0.82 , saturation: 0.61 and the lightness value of d367da is 0.63.

The process color (four color CMYK) of #d367da color hex is 0.03, 0.53, 0.00, 0.15. Web safe color of #d367da is #cc66cc. Color #d367da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100111 11011010
Octal 323 147 332
Decimal 211 103 218
Hex D3 67 DA

RGB Percentages of Color #d367da

%39.66
%19.36
%40.98

CMYK Percentages of Color #d367da

%3
%53
%0
%15

Triadic Colors of #d367da

#d367da #dad367 #67dad3

Analogous Colors of #d367da

#d367da #da67a8 #9a67da

Monochromatic Colors of #d367da

#d367da

Complementary Color

#d367da #6eda67

#d367da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d367da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d367da Color CSS Codes

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

#d367da Text Font Color

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

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


#d367da Background Color

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

This div background color is #d367da


#d367da Border Color

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

This div border color is #d367da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d367da


Comments

No comments written yet.

Please login to write comment.