Color Hex Logo

#d735fc Color Hex

#D735FC
(215,53,252)
0 Favorites   0 Comments

Color spaces of #d735fc

RGB 21553252
HSL0.800.970.60
HSV289°79°99°
CMYK 0.150.790.00   0.01
XYZ46.868124.021694.2619
Yxy24.02160.28380.1455
Hunter Lab49.011884.9219-79.7211
CIE-Lab56.109484.2010-66.2877

#d735fc color RGB value is (215,53,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110101 11111100
Octal 327 65 374
Decimal 215 53 252
Hex D7 35 FC

RGB Percentages of Color #d735fc

%41.35
%10.19
%48.46

CMYK Percentages of Color #d735fc

%15
%79
%0
%1

Triadic Colors of #d735fc

#d735fc #fcd735 #35fcd7

Analogous Colors of #d735fc

#d735fc #fc35be #7435fc

Monochromatic Colors of #d735fc

#d735fc

Complementary Color

#d735fc #5afc35

#d735fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d735fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d735fc Color CSS Codes

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

#d735fc Text Font Color

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

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


#d735fc Background Color

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

This div background color is #d735fc


#d735fc Border Color

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

This div border color is #d735fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d735fc


Comments

No comments written yet.

Please login to write comment.