Color Hex Logo

#d793ec Color Hex

#D793EC
(215,147,236)
0 Favorites   0 Comments

Color spaces of #d793ec

RGB 215147236
HSL0.790.700.75
HSV286°38°93°
CMYK 0.090.380.00   0.07
XYZ53.598441.370684.5173
Yxy41.37060.29860.2305
Hunter Lab64.320036.1856-32.8839
CIE-Lab70.434840.5229-34.7800

#d793ec color RGB value is (215,147,236).

#d793ec hex color red value is 215, green value is 147 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d793ec hue: 0.79 , saturation: 0.70 and the lightness value of d793ec is 0.75.

The process color (four color CMYK) of #d793ec color hex is 0.09, 0.38, 0.00, 0.07. Web safe color of #d793ec is #cc99ff. Color #d793ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010011 11101100
Octal 327 223 354
Decimal 215 147 236
Hex D7 93 EC

RGB Percentages of Color #d793ec

%35.95
%24.58
%39.46

CMYK Percentages of Color #d793ec

%9
%38
%0
%7

Triadic Colors of #d793ec

#d793ec #ecd793 #93ecd7

Analogous Colors of #d793ec

#d793ec #ec93d5 #ab93ec

Monochromatic Colors of #d793ec

#d793ec

Complementary Color

#d793ec #a8ec93

#d793ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d793ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d793ec Color CSS Codes

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

#d793ec Text Font Color

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

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


#d793ec Background Color

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

This div background color is #d793ec


#d793ec Border Color

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

This div border color is #d793ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d793ec


Comments

No comments written yet.

Please login to write comment.