Color Hex Logo

#d37fed Color Hex

#D37FED
(211,127,237)
0 Favorites   0 Comments

Color spaces of #d37fed

RGB 211127237
HSL0.790.750.71
HSV286°46°93°
CMYK 0.110.460.00   0.07
XYZ49.739435.142184.2823
Yxy35.14210.29400.2077
Hunter Lab59.280846.0287-42.7989
CIE-Lab65.859150.0837-42.4985

#d37fed color RGB value is (211,127,237).

#d37fed hex color red value is 211, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d37fed hue: 0.79 , saturation: 0.75 and the lightness value of d37fed is 0.71.

The process color (four color CMYK) of #d37fed color hex is 0.11, 0.46, 0.00, 0.07. Web safe color of #d37fed is #cc66ff. Color #d37fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111111 11101101
Octal 323 177 355
Decimal 211 127 237
Hex D3 7F ED

RGB Percentages of Color #d37fed

%36.70
%22.09
%41.22

CMYK Percentages of Color #d37fed

%11
%46
%0
%7

Triadic Colors of #d37fed

#d37fed #edd37f #7fedd3

Analogous Colors of #d37fed

#d37fed #ed7fd0 #9c7fed

Monochromatic Colors of #d37fed

#d37fed

Complementary Color

#d37fed #99ed7f

#d37fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37fed Color CSS Codes

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

#d37fed Text Font Color

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

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


#d37fed Background Color

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

This div background color is #d37fed


#d37fed Border Color

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

This div border color is #d37fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37fed


Comments

No comments written yet.

Please login to write comment.