Color Hex Logo

#d837f5 Color Hex

#D837F5
(216,55,245)
0 Favorites   0 Comments

Color spaces of #d837f5

RGB 21655245
HSL0.810.900.59
HSV291°78°96°
CMYK 0.120.780.00   0.04
XYZ46.166523.923988.5707
Yxy23.92390.29100.1508
Hunter Lab48.912182.8842-73.1248
CIE-Lab56.011582.6420-62.5403

#d837f5 color RGB value is (216,55,245).

#d837f5 hex color red value is 216, green value is 55 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d837f5 hue: 0.81 , saturation: 0.90 and the lightness value of d837f5 is 0.59.

The process color (four color CMYK) of #d837f5 color hex is 0.12, 0.78, 0.00, 0.04. Web safe color of #d837f5 is #cc33ff. Color #d837f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 11110101
Octal 330 67 365
Decimal 216 55 245
Hex D8 37 F5

RGB Percentages of Color #d837f5

%41.86
%10.66
%47.48

CMYK Percentages of Color #d837f5

%12
%78
%0
%4

Triadic Colors of #d837f5

#d837f5 #f5d837 #37f5d8

Analogous Colors of #d837f5

#d837f5 #f537b3 #7937f5

Monochromatic Colors of #d837f5

#d837f5

Complementary Color

#d837f5 #54f537

#d837f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d837f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d837f5 Color CSS Codes

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

#d837f5 Text Font Color

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

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


#d837f5 Background Color

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

This div background color is #d837f5


#d837f5 Border Color

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

This div border color is #d837f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d837f5


Comments

No comments written yet.

Please login to write comment.