Color Hex Logo

#d368d8 Color Hex

#D368D8
(211,104,216)
0 Favorites   0 Comments

Color spaces of #d368d8

RGB 211104216
HSL0.830.590.63
HSV297°52°85°
CMYK 0.020.520.00   0.15
XYZ44.209028.707468.1768
Yxy28.70740.31330.2035
Hunter Lab53.579353.5190-37.9379
CIE-Lab60.522557.5626-39.1668

#d368d8 color RGB value is (211,104,216).

#d368d8 hex color red value is 211, green value is 104 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #d368d8 hue: 0.83 , saturation: 0.59 and the lightness value of d368d8 is 0.63.

The process color (four color CMYK) of #d368d8 color hex is 0.02, 0.52, 0.00, 0.15. Web safe color of #d368d8 is #cc66cc. Color #d368d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101000 11011000
Octal 323 150 330
Decimal 211 104 216
Hex D3 68 D8

RGB Percentages of Color #d368d8

%39.74
%19.59
%40.68

CMYK Percentages of Color #d368d8

%2
%52
%0
%15

Triadic Colors of #d368d8

#d368d8 #d8d368 #68d8d3

Analogous Colors of #d368d8

#d368d8 #d868a5 #9b68d8

Monochromatic Colors of #d368d8

#d368d8

Complementary Color

#d368d8 #6dd868

#d368d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d368d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d368d8 Color CSS Codes

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

#d368d8 Text Font Color

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

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


#d368d8 Background Color

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

This div background color is #d368d8


#d368d8 Border Color

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

This div border color is #d368d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d368d8


Comments

No comments written yet.

Please login to write comment.