Color Hex Logo

#d368de Color Hex

#D368DE
(211,104,222)
0 Favorites   0 Comments

Color spaces of #d368de

RGB 211104222
HSL0.820.640.64
HSV294°53°87°
CMYK 0.050.530.00   0.13
XYZ44.999129.023472.3376
Yxy29.02340.30750.1983
Hunter Lab53.873454.8183-41.8993
CIE-Lab60.802358.6510-42.0967

#d368de color RGB value is (211,104,222).

#d368de hex color red value is 211, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d368de hue: 0.82 , saturation: 0.64 and the lightness value of d368de is 0.64.

The process color (four color CMYK) of #d368de color hex is 0.05, 0.53, 0.00, 0.13. Web safe color of #d368de is #cc66cc. Color #d368de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 11011110
Octal 323 150 336
Decimal 211 104 222
Hex D3 68 DE

RGB Percentages of Color #d368de

%39.29
%19.37
%41.34

CMYK Percentages of Color #d368de

%5
%53
%0
%13

Triadic Colors of #d368de

#d368de #ded368 #68ded3

Analogous Colors of #d368de

#d368de #de68ae #9868de

Monochromatic Colors of #d368de

#d368de

Complementary Color

#d368de #73de68

#d368de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d368de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d368de Color CSS Codes

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

#d368de Text Font Color

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

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


#d368de Background Color

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

This div background color is #d368de


#d368de Border Color

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

This div border color is #d368de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d368de


Comments

No comments written yet.

Please login to write comment.