Color Hex Logo

#d307d4 Color Hex

#D307D4
(211,7,212)
0 Favorites   0 Comments

Color spaces of #d307d4

RGB 2117212
HSL0.830.940.43
HSV300°97°83°
CMYK 0.000.970.00   0.17
XYZ38.823618.754363.8611
Yxy18.75430.31970.1544
Hunter Lab43.306284.2375-57.1170
CIE-Lab50.398584.7841-52.9327

#d307d4 color RGB value is (211,7,212).

#d307d4 hex color red value is 211, green value is 7 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #d307d4 hue: 0.83 , saturation: 0.94 and the lightness value of d307d4 is 0.43.

The process color (four color CMYK) of #d307d4 color hex is 0.00, 0.97, 0.00, 0.17. Web safe color of #d307d4 is #cc00cc. Color #d307d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00000111 11010100
Octal 323 7 324
Decimal 211 7 212
Hex D3 7 D4

RGB Percentages of Color #d307d4

%49.07
%1.63
%49.30

CMYK Percentages of Color #d307d4

%0
%97
%0
%17

Triadic Colors of #d307d4

#d307d4 #d4d307 #07d4d3

Analogous Colors of #d307d4

#d307d4 #d4076f #6d07d4

Monochromatic Colors of #d307d4

#d307d4

Complementary Color

#d307d4 #08d407

#d307d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d307d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d307d4 Color CSS Codes

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

#d307d4 Text Font Color

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

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


#d307d4 Background Color

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

This div background color is #d307d4


#d307d4 Border Color

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

This div border color is #d307d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d307d4


Comments

No comments written yet.

Please login to write comment.