Color Hex Logo

#d83efc Color Hex

#D83EFC
(216,62,252)
0 Favorites   0 Comments

Color spaces of #d83efc

RGB 21662252
HSL0.800.970.62
HSV289°75°99°
CMYK 0.140.750.00   0.01
XYZ47.612225.072594.4255
Yxy25.07250.28490.1500
Hunter Lab50.072482.1028-76.7570
CIE-Lab57.146081.8126-64.6107

#d83efc color RGB value is (216,62,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111110 11111100
Octal 330 76 374
Decimal 216 62 252
Hex D8 3E FC

RGB Percentages of Color #d83efc

%40.75
%11.70
%47.55

CMYK Percentages of Color #d83efc

%14
%75
%0
%1

Triadic Colors of #d83efc

#d83efc #fcd83e #3efcd8

Analogous Colors of #d83efc

#d83efc #fc3ec1 #793efc

Monochromatic Colors of #d83efc

#d83efc

Complementary Color

#d83efc #62fc3e

#d83efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83efc Color CSS Codes

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

#d83efc Text Font Color

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

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


#d83efc Background Color

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

This div background color is #d83efc


#d83efc Border Color

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

This div border color is #d83efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83efc

Related Colors


Comments

No comments written yet.

Please login to write comment.