Color Hex Logo

#d525cf Color Hex

#D525CF
(213,37,207)
0 Favorites   0 Comments

Color spaces of #d525cf

RGB 21337207
HSL0.840.700.49
HSV302°83°84°
CMYK 0.000.830.03   0.16
XYZ39.364619.974360.8122
Yxy19.97430.32760.1662
Hunter Lab44.692679.0081-49.3897
CIE-Lab51.808180.4233-47.7944

#d525cf color RGB value is (213,37,207).

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

The process color (four color CMYK) of #d525cf color hex is 0.00, 0.83, 0.03, 0.16. Web safe color of #d525cf is #cc33cc. Color #d525cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100101 11001111
Octal 325 45 317
Decimal 213 37 207
Hex D5 25 CF

RGB Percentages of Color #d525cf

%46.61
%8.10
%45.30

CMYK Percentages of Color #d525cf

%0
%83
%3
%16

Triadic Colors of #d525cf

#d525cf #cfd525 #25cfd5

Analogous Colors of #d525cf

#d525cf #d52577 #8325d5

Monochromatic Colors of #d525cf

#d525cf

Complementary Color

#d525cf #25d52b

#d525cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d525cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d525cf Color CSS Codes

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

#d525cf Text Font Color

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

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


#d525cf Background Color

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

This div background color is #d525cf


#d525cf Border Color

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

This div border color is #d525cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d525cf


Comments

No comments written yet.

Please login to write comment.