color codes Logo

#d834ef color codes

#D834EF
(216,52,239)
0 Favorites   0 Comments

Color spaces of #d834ef

RGB 21652239
HSL0.810.850.57
HSV293°78°94°
CMYK 0.100.780.00   0.06
XYZ45.126923.286983.7777
Yxy23.28690.29650.1530
Hunter Lab48.256582.4748-69.1533
CIE-Lab55.366682.4490-60.2219

#d834ef color RGB value is (216,52,239).

#d834ef hex color red value is 216, green value is 52 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d834ef hue: 0.81 , saturation: 0.85 and the lightness value of d834ef is 0.57.

The process color (four color CMYK) of #d834ef color code is 0.10, 0.78, 0.00, 0.06. Web safe color of #d834ef is #cc33ff. Color #d834ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110100 11101111
Octal 330 64 357
Decimal 216 52 239
Hex D8 34 EF

RGB Percentages of Color #d834ef

%42.60
%10.26
%47.14

CMYK Percentages of Color #d834ef

%10
%78
%0
%6

Triadic Colors of #d834ef

#d834ef #efd834 #34efd8

Analogous Colors of #d834ef

#d834ef #ef34a9 #7b34ef

Monochromatic Colors of #d834ef

#d834ef

Complementary Color

#d834ef #4bef34

#d834ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d834ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d834ef Color CSS Codes

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

#d834ef Text Font Color

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

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


#d834ef Background Color

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

This div background color is #d834ef


#d834ef Border Color

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

This div border color is #d834ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,52,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d834ef


Comments

No comments written yet.

Please login to write comment.