Color Hex Logo

#d838ec Color Hex

#D838EC
(216,56,236)
0 Favorites   0 Comments

Color spaces of #d838ec

RGB 21656236
HSL0.810.830.57
HSV293°76°93°
CMYK 0.080.760.00   0.07
XYZ44.873423.483481.5245
Yxy23.48340.29940.1567
Hunter Lab48.459780.4856-65.8228
CIE-Lab55.566880.8545-58.2188

#d838ec color RGB value is (216,56,236).

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

The process color (four color CMYK) of #d838ec color hex is 0.08, 0.76, 0.00, 0.07. Web safe color of #d838ec is #cc33ff. Color #d838ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111000 11101100
Octal 330 70 354
Decimal 216 56 236
Hex D8 38 EC

RGB Percentages of Color #d838ec

%42.52
%11.02
%46.46

CMYK Percentages of Color #d838ec

%8
%76
%0
%7

Triadic Colors of #d838ec

#d838ec #ecd838 #38ecd8

Analogous Colors of #d838ec

#d838ec #ec38a6 #7e38ec

Monochromatic Colors of #d838ec

#d838ec

Complementary Color

#d838ec #4cec38

#d838ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d838ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d838ec Color CSS Codes

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

#d838ec Text Font Color

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

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


#d838ec Background Color

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

This div background color is #d838ec


#d838ec Border Color

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

This div border color is #d838ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d838ec


Comments

No comments written yet.

Please login to write comment.