Color Hex Logo

#d726ec Color Hex

#D726EC
(215,38,236)
0 Favorites   0 Comments

Color spaces of #d726ec

RGB 21538236
HSL0.820.840.54
HSV294°84°93°
CMYK 0.090.840.00   0.07
XYZ43.857821.889481.2704
Yxy21.88940.29830.1489
Hunter Lab46.786185.4521-70.2402
CIE-Lab53.909585.0386-60.8874

#d726ec color RGB value is (215,38,236).

#d726ec hex color red value is 215, green value is 38 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d726ec hue: 0.82 , saturation: 0.84 and the lightness value of d726ec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 11101100
Octal 327 46 354
Decimal 215 38 236
Hex D7 26 EC

RGB Percentages of Color #d726ec

%43.97
%7.77
%48.26

CMYK Percentages of Color #d726ec

%9
%84
%0
%7

Triadic Colors of #d726ec

#d726ec #ecd726 #26ecd7

Analogous Colors of #d726ec

#d726ec #ec269e #7426ec

Monochromatic Colors of #d726ec

#d726ec

Complementary Color

#d726ec #3bec26

#d726ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d726ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d726ec Color CSS Codes

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

#d726ec Text Font Color

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

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


#d726ec Background Color

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

This div background color is #d726ec


#d726ec Border Color

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

This div border color is #d726ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d726ec


Comments

No comments written yet.

Please login to write comment.