Color Hex Logo

#d188ca Color Hex

#D188CA
(209,136,202)
0 Favorites   0 Comments

Color spaces of #d188ca

RGB 209136202
HSL0.850.440.68
HSV306°35°82°
CMYK 0.000.350.03   0.18
XYZ45.759335.427960.3036
Yxy35.42790.32340.2504
Hunter Lab59.521333.0663-18.4043
CIE-Lab66.080538.0824-22.7265

#d188ca color RGB value is (209,136,202).

#d188ca hex color red value is 209, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d188ca hue: 0.85 , saturation: 0.44 and the lightness value of d188ca is 0.68.

The process color (four color CMYK) of #d188ca color hex is 0.00, 0.35, 0.03, 0.18. Web safe color of #d188ca is #cc99cc. Color #d188ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001000 11001010
Octal 321 210 312
Decimal 209 136 202
Hex D1 88 CA

RGB Percentages of Color #d188ca

%38.21
%24.86
%36.93

CMYK Percentages of Color #d188ca

%0
%35
%3
%18

Triadic Colors of #d188ca

#d188ca #cad188 #88cad1

Analogous Colors of #d188ca

#d188ca #d188a6 #b488d1

Monochromatic Colors of #d188ca

#d188ca

Complementary Color

#d188ca #88d18f

#d188ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d188ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d188ca Color CSS Codes

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

#d188ca Text Font Color

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

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


#d188ca Background Color

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

This div background color is #d188ca


#d188ca Border Color

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

This div border color is #d188ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d188ca


Comments

No comments written yet.

Please login to write comment.