Color Hex Logo

#d425cb Color Hex

#D425CB
(212,37,203)
0 Favorites   0 Comments

Color spaces of #d425cb

RGB 21237203
HSL0.840.700.49
HSV303°83°83°
CMYK 0.000.830.04   0.17
XYZ38.592419.632058.2552
Yxy19.63200.33130.1685
Hunter Lab44.308077.9350-46.9376
CIE-Lab51.418679.6494-46.1245

#d425cb color RGB value is (212,37,203).

#d425cb hex color red value is 212, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d425cb hue: 0.84 , saturation: 0.70 and the lightness value of d425cb is 0.49.

The process color (four color CMYK) of #d425cb color hex is 0.00, 0.83, 0.04, 0.17. Web safe color of #d425cb is #cc33cc. Color #d425cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00100101 11001011
Octal 324 45 313
Decimal 212 37 203
Hex D4 25 CB

RGB Percentages of Color #d425cb

%46.90
%8.19
%44.91

CMYK Percentages of Color #d425cb

%0
%83
%4
%17

Triadic Colors of #d425cb

#d425cb #cbd425 #25cbd4

Analogous Colors of #d425cb

#d425cb #d42574 #8625d4

Monochromatic Colors of #d425cb

#d425cb

Complementary Color

#d425cb #25d42e

#d425cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d425cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d425cb Color CSS Codes

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

#d425cb Text Font Color

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

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


#d425cb Background Color

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

This div background color is #d425cb


#d425cb Border Color

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

This div border color is #d425cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,37,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d425cb


Comments

No comments written yet.

Please login to write comment.