Color Hex Logo

#d753f1 Color Hex

#D753F1
(215,83,241)
0 Favorites   0 Comments

Color spaces of #d753f1

RGB 21583241
HSL0.810.850.64
HSV290°66°95°
CMYK 0.110.660.00   0.05
XYZ46.994826.984585.9507
Yxy26.98450.29380.1687
Hunter Lab51.946670.5779-61.7384
CIE-Lab58.960072.2698-55.5974

#d753f1 color RGB value is (215,83,241).

#d753f1 hex color red value is 215, green value is 83 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #d753f1 hue: 0.81 , saturation: 0.85 and the lightness value of d753f1 is 0.64.

The process color (four color CMYK) of #d753f1 color hex is 0.11, 0.66, 0.00, 0.05. Web safe color of #d753f1 is #cc66ff. Color #d753f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010011 11110001
Octal 327 123 361
Decimal 215 83 241
Hex D7 53 F1

RGB Percentages of Color #d753f1

%39.89
%15.40
%44.71

CMYK Percentages of Color #d753f1

%11
%66
%0
%5

Triadic Colors of #d753f1

#d753f1 #f1d753 #53f1d7

Analogous Colors of #d753f1

#d753f1 #f153bc #8853f1

Monochromatic Colors of #d753f1

#d753f1

Complementary Color

#d753f1 #6df153

#d753f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d753f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d753f1 Color CSS Codes

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

#d753f1 Text Font Color

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

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


#d753f1 Background Color

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

This div background color is #d753f1


#d753f1 Border Color

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

This div border color is #d753f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,83,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d753f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d753f1;
  -webkit-box-shadow: 1px 1px 3px 2px #d753f1;
  box-shadow:         1px 1px 3px 2px #d753f1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,83,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d753f1


Comments

No comments written yet.

Please login to write comment.