Color Hex Logo

#d798ee Color Hex

#D798EE
(215,152,238)
0 Favorites   0 Comments

Color spaces of #d798ee

RGB 215152238
HSL0.790.720.76
HSV284°36°93°
CMYK 0.100.360.00   0.07
XYZ54.685243.076686.3213
Yxy43.07660.29710.2340
Hunter Lab65.632833.8688-32.0363
CIE-Lab71.606938.2439-34.0576

#d798ee color RGB value is (215,152,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011000 11101110
Octal 327 230 356
Decimal 215 152 238
Hex D7 98 EE

RGB Percentages of Color #d798ee

%35.54
%25.12
%39.34

CMYK Percentages of Color #d798ee

%10
%36
%0
%7

Triadic Colors of #d798ee

#d798ee #eed798 #98eed7

Analogous Colors of #d798ee

#d798ee #ee98da #ac98ee

Monochromatic Colors of #d798ee

#d798ee

Complementary Color

#d798ee #afee98

#d798ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d798ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d798ee Color CSS Codes

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

#d798ee Text Font Color

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

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


#d798ee Background Color

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

This div background color is #d798ee


#d798ee Border Color

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

This div border color is #d798ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d798ee


Comments

No comments written yet.

Please login to write comment.