Color Hex Logo

#d798ef Color Hex

#D798EF
(215,152,239)
0 Favorites   0 Comments

Color spaces of #d798ef

RGB 215152239
HSL0.790.730.77
HSV283°36°94°
CMYK 0.100.360.00   0.06
XYZ54.832643.135587.0974
Yxy43.13550.29630.2331
Hunter Lab65.677634.0893-32.6522
CIE-Lab71.646838.4452-34.5419

#d798ef color RGB value is (215,152,239).

#d798ef hex color red value is 215, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d798ef hue: 0.79 , saturation: 0.73 and the lightness value of d798ef is 0.77.

The process color (four color CMYK) of #d798ef color hex is 0.10, 0.36, 0.00, 0.06. Web safe color of #d798ef is #cc99ff. Color #d798ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011000 11101111
Octal 327 230 357
Decimal 215 152 239
Hex D7 98 EF

RGB Percentages of Color #d798ef

%35.48
%25.08
%39.44

CMYK Percentages of Color #d798ef

%10
%36
%0
%6

Triadic Colors of #d798ef

#d798ef #efd798 #98efd7

Analogous Colors of #d798ef

#d798ef #ef98dc #ac98ef

Monochromatic Colors of #d798ef

#d798ef

Complementary Color

#d798ef #b0ef98

#d798ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d798ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d798ef Color CSS Codes

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

#d798ef Text Font Color

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

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


#d798ef Background Color

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

This div background color is #d798ef


#d798ef Border Color

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

This div border color is #d798ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,152,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d798ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d798ef


Comments

No comments written yet.

Please login to write comment.