Color Hex Logo

#d058ca Color Hex

#D058CA
(208,88,202)
0 Favorites   0 Comments

Color spaces of #d058ca

RGB 20888202
HSL0.840.560.58
HSV303°58°82°
CMYK 0.000.580.03   0.18
XYZ40.162824.653658.5189
Yxy24.65360.32560.1999
Hunter Lab49.652457.4933-35.1208
CIE-Lab56.736361.6833-37.2006

#d058ca color RGB value is (208,88,202).

#d058ca hex color red value is 208, green value is 88 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d058ca hue: 0.84 , saturation: 0.56 and the lightness value of d058ca is 0.58.

The process color (four color CMYK) of #d058ca color hex is 0.00, 0.58, 0.03, 0.18. Web safe color of #d058ca is #cc66cc. Color #d058ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011000 11001010
Octal 320 130 312
Decimal 208 88 202
Hex D0 58 CA

RGB Percentages of Color #d058ca

%41.77
%17.67
%40.56

CMYK Percentages of Color #d058ca

%0
%58
%3
%18

Triadic Colors of #d058ca

#d058ca #cad058 #58cad0

Analogous Colors of #d058ca

#d058ca #d0588e #9a58d0

Monochromatic Colors of #d058ca

#d058ca

Complementary Color

#d058ca #58d05e

#d058ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d058ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d058ca Color CSS Codes

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

#d058ca Text Font Color

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

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


#d058ca Background Color

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

This div background color is #d058ca


#d058ca Border Color

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

This div border color is #d058ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d058ca


Comments

No comments written yet.

Please login to write comment.