color codes Logo

#d18ce6 color codes

#D18CE6
(209,140,230)
0 Favorites   0 Comments

Color spaces of #d18ce6

RGB 209140230
HSL0.790.640.73
HSV286°39°90°
CMYK 0.090.390.00   0.10
XYZ49.955538.024679.5695
Yxy38.02460.29820.2269
Hunter Lab61.664136.6948-33.3412
CIE-Lab68.038741.2716-35.2520

#d18ce6 color RGB value is (209,140,230).

#d18ce6 hex color red value is 209, green value is 140 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #d18ce6 hue: 0.79 , saturation: 0.64 and the lightness value of d18ce6 is 0.73.

The process color (four color CMYK) of #d18ce6 color code is 0.09, 0.39, 0.00, 0.10. Web safe color of #d18ce6 is #cc99ff. Color #d18ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11100110
Octal 321 214 346
Decimal 209 140 230
Hex D1 8C E6

RGB Percentages of Color #d18ce6

%36.10
%24.18
%39.72

CMYK Percentages of Color #d18ce6

%9
%39
%0
%10

Triadic Colors of #d18ce6

#d18ce6 #e6d18c #8ce6d1

Analogous Colors of #d18ce6

#d18ce6 #e68cce #a48ce6

Monochromatic Colors of #d18ce6

#d18ce6

Complementary Color

#d18ce6 #a1e68c

#d18ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18ce6 Color CSS Codes

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

#d18ce6 Text Font Color

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

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


#d18ce6 Background Color

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

This div background color is #d18ce6


#d18ce6 Border Color

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

This div border color is #d18ce6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,140,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d18ce6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d18ce6;
  -webkit-box-shadow: 1px 1px 3px 2px #d18ce6;
  box-shadow:         1px 1px 3px 2px #d18ce6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,140,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18ce6


Comments

No comments written yet.

Please login to write comment.