Color Hex Logo

#d703fe Color Hex

#D703FE
(215,3,254)
0 Favorites   0 Comments

Color spaces of #d703fe

RGB 2153254
HSL0.810.990.50
HSV291°99°100°
CMYK 0.150.990.00   0.00
XYZ45.946321.668095.5266
Yxy21.66800.28160.1328
Hunter Lab46.548994.7287-89.0894
CIE-Lab53.673092.0961-71.3372

#d703fe color RGB value is (215,3,254).

#d703fe hex color red value is 215, green value is 3 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d703fe hue: 0.81 , saturation: 0.99 and the lightness value of d703fe is 0.50.

The process color (four color CMYK) of #d703fe color hex is 0.15, 0.99, 0.00, 0.00. Web safe color of #d703fe is #cc00ff. Color #d703fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000011 11111110
Octal 327 3 376
Decimal 215 3 254
Hex D7 3 FE

RGB Percentages of Color #d703fe

%45.55
%0.64
%53.81

CMYK Percentages of Color #d703fe

%15
%99
%0
%0

Triadic Colors of #d703fe

#d703fe #fed703 #03fed7

Analogous Colors of #d703fe

#d703fe #fe03a8 #5903fe

Monochromatic Colors of #d703fe

#d703fe

Complementary Color

#d703fe #2afe03

#d703fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d703fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d703fe Color CSS Codes

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

#d703fe Text Font Color

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

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


#d703fe Background Color

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

This div background color is #d703fe


#d703fe Border Color

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

This div border color is #d703fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d703fe


Comments

No comments written yet.

Please login to write comment.