Color Hex Logo

#d748ec Color Hex

#D748EC
(215,72,236)
0 Favorites   0 Comments

Color spaces of #d748ec

RGB 21572236
HSL0.810.810.60
HSV292°69°93°
CMYK 0.090.690.00   0.07
XYZ45.482025.137981.8118
Yxy25.13790.29840.1649
Hunter Lab50.137774.1838-61.6496
CIE-Lab57.209575.5260-55.5996

#d748ec color RGB value is (215,72,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001000 11101100
Octal 327 110 354
Decimal 215 72 236
Hex D7 48 EC

RGB Percentages of Color #d748ec

%41.11
%13.77
%45.12

CMYK Percentages of Color #d748ec

%9
%69
%0
%7

Triadic Colors of #d748ec

#d748ec #ecd748 #48ecd7

Analogous Colors of #d748ec

#d748ec #ec48af #8548ec

Monochromatic Colors of #d748ec

#d748ec

Complementary Color

#d748ec #5dec48

#d748ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d748ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d748ec Color CSS Codes

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

#d748ec Text Font Color

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

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


#d748ec Background Color

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

This div background color is #d748ec


#d748ec Border Color

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

This div border color is #d748ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d748ec


Comments

No comments written yet.

Please login to write comment.