Color Hex Logo

#d37cf5 Color Hex

#D37CF5
(211,124,245)
0 Favorites   0 Comments

Color spaces of #d37cf5

RGB 211124245
HSL0.790.860.72
HSV283°49°96°
CMYK 0.140.490.00   0.04
XYZ50.553134.856890.4498
Yxy34.85680.28750.1982
Hunter Lab59.039649.5225-49.5056
CIE-Lab65.637053.2264-47.2557

#d37cf5 color RGB value is (211,124,245).

#d37cf5 hex color red value is 211, green value is 124 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d37cf5 hue: 0.79 , saturation: 0.86 and the lightness value of d37cf5 is 0.72.

The process color (four color CMYK) of #d37cf5 color hex is 0.14, 0.49, 0.00, 0.04. Web safe color of #d37cf5 is #cc66ff. Color #d37cf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111100 11110101
Octal 323 174 365
Decimal 211 124 245
Hex D3 7C F5

RGB Percentages of Color #d37cf5

%36.38
%21.38
%42.24

CMYK Percentages of Color #d37cf5

%14
%49
%0
%4

Triadic Colors of #d37cf5

#d37cf5 #f5d37c #7cf5d3

Analogous Colors of #d37cf5

#d37cf5 #f57cdb #977cf5

Monochromatic Colors of #d37cf5

#d37cf5

Complementary Color

#d37cf5 #9ef57c

#d37cf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37cf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37cf5 Color CSS Codes

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

#d37cf5 Text Font Color

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

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


#d37cf5 Background Color

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

This div background color is #d37cf5


#d37cf5 Border Color

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

This div border color is #d37cf5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,124,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 #d37cf5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37cf5


Comments

No comments written yet.

Please login to write comment.