Color Hex Logo

#d935fc Color Hex

#D935FC
(217,53,252)
0 Favorites   0 Comments

Color spaces of #d935fc

RGB 21753252
HSL0.800.970.60
HSV289°79°99°
CMYK 0.140.790.00   0.01
XYZ47.459124.326294.2895
Yxy24.32620.28580.1465
Hunter Lab49.321685.4466-78.8213
CIE-Lab56.412984.5463-65.7830

#d935fc color RGB value is (217,53,252).

#d935fc hex color red value is 217, green value is 53 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d935fc hue: 0.80 , saturation: 0.97 and the lightness value of d935fc is 0.60.

The process color (four color CMYK) of #d935fc color hex is 0.14, 0.79, 0.00, 0.01. Web safe color of #d935fc is #cc33ff. Color #d935fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 11111100
Octal 331 65 374
Decimal 217 53 252
Hex D9 35 FC

RGB Percentages of Color #d935fc

%41.57
%10.15
%48.28

CMYK Percentages of Color #d935fc

%14
%79
%0
%1

Triadic Colors of #d935fc

#d935fc #fcd935 #35fcd9

Analogous Colors of #d935fc

#d935fc #fc35bc #7635fc

Monochromatic Colors of #d935fc

#d935fc

Complementary Color

#d935fc #58fc35

#d935fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d935fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d935fc Color CSS Codes

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

#d935fc Text Font Color

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

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


#d935fc Background Color

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

This div background color is #d935fc


#d935fc Border Color

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

This div border color is #d935fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,53,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d935fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d935fc;
  -webkit-box-shadow: 1px 1px 3px 2px #d935fc;
  box-shadow:         1px 1px 3px 2px #d935fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,53,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d935fc

Related Colors


Comments

No comments written yet.

Please login to write comment.