Color Hex Logo

#d37dff Color Hex

#D37DFF
(211,125,255)
0 Favorites   0 Comments

Color spaces of #d37dff

RGB 211125255
HSL0.781.000.75
HSV280°51°100°
CMYK 0.170.510.00   0.00
XYZ52.247635.736198.7518
Yxy35.73610.27980.1914
Hunter Lab59.779751.3950-56.0971
CIE-Lab66.317854.7688-51.6667

#d37dff color RGB value is (211,125,255).

#d37dff hex color red value is 211, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d37dff hue: 0.78 , saturation: 1.00 and the lightness value of d37dff is 0.75.

The process color (four color CMYK) of #d37dff color hex is 0.17, 0.51, 0.00, 0.00. Web safe color of #d37dff is #cc66ff. Color #d37dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111101 11111111
Octal 323 175 377
Decimal 211 125 255
Hex D3 7D FF

RGB Percentages of Color #d37dff

%35.70
%21.15
%43.15

CMYK Percentages of Color #d37dff

%17
%51
%0
%0

Triadic Colors of #d37dff

#d37dff #ffd37d #7dffd3

Analogous Colors of #d37dff

#d37dff #ff7dea #927dff

Monochromatic Colors of #d37dff

#d37dff

Complementary Color

#d37dff #a9ff7d

#d37dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37dff Color CSS Codes

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

#d37dff Text Font Color

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

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


#d37dff Background Color

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

This div background color is #d37dff


#d37dff Border Color

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

This div border color is #d37dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37dff

Related Colors


Comments

No comments written yet.

Please login to write comment.