Color Hex Logo

#d185ec Color Hex

#D185EC
(209,133,236)
0 Favorites   0 Comments

Color spaces of #d185ec

RGB 209133236
HSL0.790.730.72
HSV284°44°93°
CMYK 0.110.440.00   0.07
XYZ49.822336.386583.7543
Yxy36.38650.29310.2141
Hunter Lab60.321241.8699-40.0976
CIE-Lab66.814246.1909-40.4676

#d185ec color RGB value is (209,133,236).

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

The process color (four color CMYK) of #d185ec color hex is 0.11, 0.44, 0.00, 0.07. Web safe color of #d185ec is #cc99ff. Color #d185ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 11101100
Octal 321 205 354
Decimal 209 133 236
Hex D1 85 EC

RGB Percentages of Color #d185ec

%36.16
%23.01
%40.83

CMYK Percentages of Color #d185ec

%11
%44
%0
%7

Triadic Colors of #d185ec

#d185ec #ecd185 #85ecd1

Analogous Colors of #d185ec

#d185ec #ec85d4 #9e85ec

Monochromatic Colors of #d185ec

#d185ec

Complementary Color

#d185ec #a0ec85

#d185ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185ec Color CSS Codes

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

#d185ec Text Font Color

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

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


#d185ec Background Color

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

This div background color is #d185ec


#d185ec Border Color

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

This div border color is #d185ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d185ec


Comments

No comments written yet.

Please login to write comment.