Color Hex Logo

#d51cda Color Hex

#D51CDA
(213,28,218)
0 Favorites   0 Comments

Color spaces of #d51cda

RGB 21328218
HSL0.830.770.48
HSV298°87°85°
CMYK 0.020.870.00   0.15
XYZ40.510720.038668.0624
Yxy20.03860.31500.1558
Hunter Lab44.764583.2000-58.8126
CIE-Lab51.880883.6925-53.9705

#d51cda color RGB value is (213,28,218).

#d51cda hex color red value is 213, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d51cda hue: 0.83 , saturation: 0.77 and the lightness value of d51cda is 0.48.

The process color (four color CMYK) of #d51cda color hex is 0.02, 0.87, 0.00, 0.15. Web safe color of #d51cda is #cc33cc. Color #d51cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00011100 11011010
Octal 325 34 332
Decimal 213 28 218
Hex D5 1C DA

RGB Percentages of Color #d51cda

%46.41
%6.10
%47.49

CMYK Percentages of Color #d51cda

%2
%87
%0
%15

Triadic Colors of #d51cda

#d51cda #dad51c #1cdad5

Analogous Colors of #d51cda

#d51cda #da1c80 #761cda

Monochromatic Colors of #d51cda

#d51cda

Complementary Color

#d51cda #21da1c

#d51cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d51cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d51cda Color CSS Codes

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

#d51cda Text Font Color

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

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


#d51cda Background Color

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

This div background color is #d51cda


#d51cda Border Color

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

This div border color is #d51cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d51cda


Comments

No comments written yet.

Please login to write comment.