Color Hex Logo

#d475ca Color Hex

#D475CA
(212,117,202)
0 Favorites   0 Comments

Color spaces of #d475ca

RGB 212117202
HSL0.850.520.65
HSV306°45°83°
CMYK 0.000.450.05   0.17
XYZ44.173330.983959.5294
Yxy30.98390.32800.2300
Hunter Lab55.663244.2438-24.4439
CIE-Lab62.494048.9603-28.2041

#d475ca color RGB value is (212,117,202).

#d475ca hex color red value is 212, green value is 117 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d475ca hue: 0.85 , saturation: 0.52 and the lightness value of d475ca is 0.65.

The process color (four color CMYK) of #d475ca color hex is 0.00, 0.45, 0.05, 0.17. Web safe color of #d475ca is #cc66cc. Color #d475ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110101 11001010
Octal 324 165 312
Decimal 212 117 202
Hex D4 75 CA

RGB Percentages of Color #d475ca

%39.92
%22.03
%38.04

CMYK Percentages of Color #d475ca

%0
%45
%5
%17

Triadic Colors of #d475ca

#d475ca #cad475 #75cad4

Analogous Colors of #d475ca

#d475ca #d4759b #af75d4

Monochromatic Colors of #d475ca

#d475ca

Complementary Color

#d475ca #75d47f

#d475ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d475ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d475ca Color CSS Codes

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

#d475ca Text Font Color

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

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


#d475ca Background Color

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

This div background color is #d475ca


#d475ca Border Color

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

This div border color is #d475ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d475ca


Comments

No comments written yet.

Please login to write comment.