Color Hex Logo

#d088ca Color Hex

#D088CA
(208,136,202)
0 Favorites   0 Comments

Color spaces of #d088ca

RGB 208136202
HSL0.850.430.67
HSV305°35°82°
CMYK 0.000.350.03   0.18
XYZ45.477335.282560.2904
Yxy35.28250.32240.2501
Hunter Lab59.399132.7153-18.6003
CIE-Lab65.968037.7604-22.9084

#d088ca color RGB value is (208,136,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 11001010
Octal 320 210 312
Decimal 208 136 202
Hex D0 88 CA

RGB Percentages of Color #d088ca

%38.10
%24.91
%37.00

CMYK Percentages of Color #d088ca

%0
%35
%3
%18

Triadic Colors of #d088ca

#d088ca #cad088 #88cad0

Analogous Colors of #d088ca

#d088ca #d088a6 #b288d0

Monochromatic Colors of #d088ca

#d088ca

Complementary Color

#d088ca #88d08e

#d088ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d088ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d088ca Color CSS Codes

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

#d088ca Text Font Color

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

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


#d088ca Background Color

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

This div background color is #d088ca


#d088ca Border Color

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

This div border color is #d088ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d088ca


Comments

No comments written yet.

Please login to write comment.