Color Hex Logo

#d948ec Color Hex

#D948EC
(217,72,236)
0 Favorites   0 Comments

Color spaces of #d948ec

RGB 21772236
HSL0.810.810.60
HSV293°69°93°
CMYK 0.080.690.00   0.07
XYZ46.073025.442681.8395
Yxy25.44260.30040.1659
Hunter Lab50.440774.7725-60.8890
CIE-Lab57.504175.9428-55.1122

#d948ec color RGB value is (217,72,236).

#d948ec hex color red value is 217, green value is 72 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d948ec hue: 0.81 , saturation: 0.81 and the lightness value of d948ec is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001000 11101100
Octal 331 110 354
Decimal 217 72 236
Hex D9 48 EC

RGB Percentages of Color #d948ec

%41.33
%13.71
%44.95

CMYK Percentages of Color #d948ec

%8
%69
%0
%7

Triadic Colors of #d948ec

#d948ec #ecd948 #48ecd9

Analogous Colors of #d948ec

#d948ec #ec48ad #8748ec

Monochromatic Colors of #d948ec

#d948ec

Complementary Color

#d948ec #5bec48

#d948ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d948ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d948ec Color CSS Codes

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

#d948ec Text Font Color

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

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


#d948ec Background Color

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

This div background color is #d948ec


#d948ec Border Color

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

This div border color is #d948ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d948ec


Comments

No comments written yet.

Please login to write comment.