Color Hex Logo

#d738ec Color Hex

#D738EC
(215,56,236)
0 Favorites   0 Comments

Color spaces of #d738ec

RGB 21556236
HSL0.810.830.57
HSV293°76°93°
CMYK 0.090.760.00   0.07
XYZ44.578823.331581.5108
Yxy23.33150.29830.1561
Hunter Lab48.302780.2088-66.2400
CIE-Lab55.412280.6671-58.4752

#d738ec color RGB value is (215,56,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111000 11101100
Octal 327 70 354
Decimal 215 56 236
Hex D7 38 EC

RGB Percentages of Color #d738ec

%42.41
%11.05
%46.55

CMYK Percentages of Color #d738ec

%9
%76
%0
%7

Triadic Colors of #d738ec

#d738ec #ecd738 #38ecd7

Analogous Colors of #d738ec

#d738ec #ec38a7 #7d38ec

Monochromatic Colors of #d738ec

#d738ec

Complementary Color

#d738ec #4dec38

#d738ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d738ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d738ec Color CSS Codes

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

#d738ec Text Font Color

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

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


#d738ec Background Color

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

This div background color is #d738ec


#d738ec Border Color

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

This div border color is #d738ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d738ec


Comments

No comments written yet.

Please login to write comment.