Color Hex Logo

#d742ec Color Hex

#D742EC
(215,66,236)
0 Favorites   0 Comments

Color spaces of #d742ec

RGB 21566236
HSL0.810.820.59
HSV293°72°93°
CMYK 0.090.720.00   0.07
XYZ45.112924.399681.6888
Yxy24.39960.29840.1614
Hunter Lab49.396076.5796-63.4740
CIE-Lab56.485777.5852-56.7564

#d742ec color RGB value is (215,66,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000010 11101100
Octal 327 102 354
Decimal 215 66 236
Hex D7 42 EC

RGB Percentages of Color #d742ec

%41.59
%12.77
%45.65

CMYK Percentages of Color #d742ec

%9
%72
%0
%7

Triadic Colors of #d742ec

#d742ec #ecd742 #42ecd7

Analogous Colors of #d742ec

#d742ec #ec42ac #8242ec

Monochromatic Colors of #d742ec

#d742ec

Complementary Color

#d742ec #57ec42

#d742ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d742ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d742ec Color CSS Codes

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

#d742ec Text Font Color

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

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


#d742ec Background Color

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

This div background color is #d742ec


#d742ec Border Color

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

This div border color is #d742ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d742ec


Comments

No comments written yet.

Please login to write comment.