Color Hex Logo

#d613fc Color Hex

#D613FC
(214,19,252)
0 Favorites   0 Comments

Color spaces of #d613fc

RGB 21419252
HSL0.810.970.53
HSV290°92°99°
CMYK 0.150.920.00   0.01
XYZ45.535121.790293.9014
Yxy21.79020.28240.1352
Hunter Lab46.680092.4321-86.5917
CIE-Lab53.803790.3585-70.0197

#d613fc color RGB value is (214,19,252).

#d613fc hex color red value is 214, green value is 19 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d613fc hue: 0.81 , saturation: 0.97 and the lightness value of d613fc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010011 11111100
Octal 326 23 374
Decimal 214 19 252
Hex D6 13 FC

RGB Percentages of Color #d613fc

%44.12
%3.92
%51.96

CMYK Percentages of Color #d613fc

%15
%92
%0
%1

Triadic Colors of #d613fc

#d613fc #fcd613 #13fcd6

Analogous Colors of #d613fc

#d613fc #fc13ae #6113fc

Monochromatic Colors of #d613fc

#d613fc

Complementary Color

#d613fc #39fc13

#d613fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d613fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d613fc Color CSS Codes

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

#d613fc Text Font Color

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

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


#d613fc Background Color

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

This div background color is #d613fc


#d613fc Border Color

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

This div border color is #d613fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d613fc

Related Colors


Comments

No comments written yet.

Please login to write comment.