Color Hex Logo

#d52ced Color Hex

#D52CED
(213,44,237)
0 Favorites   0 Comments

Color spaces of #d52ced

RGB 21344237
HSL0.810.840.55
HSV293°81°93°
CMYK 0.100.810.00   0.07
XYZ43.627322.061982.0797
Yxy22.06190.29520.1493
Hunter Lab46.970183.5987-70.7295
CIE-Lab54.092683.5710-61.1718

#d52ced color RGB value is (213,44,237).

#d52ced hex color red value is 213, green value is 44 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d52ced hue: 0.81 , saturation: 0.84 and the lightness value of d52ced is 0.55.

The process color (four color CMYK) of #d52ced color hex is 0.10, 0.81, 0.00, 0.07. Web safe color of #d52ced is #cc33ff. Color #d52ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00101100 11101101
Octal 325 54 355
Decimal 213 44 237
Hex D5 2C ED

RGB Percentages of Color #d52ced

%43.12
%8.91
%47.98

CMYK Percentages of Color #d52ced

%10
%81
%0
%7

Triadic Colors of #d52ced

#d52ced #edd52c #2cedd5

Analogous Colors of #d52ced

#d52ced #ed2ca5 #752ced

Monochromatic Colors of #d52ced

#d52ced

Complementary Color

#d52ced #44ed2c

#d52ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d52ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d52ced Color CSS Codes

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

#d52ced Text Font Color

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

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


#d52ced Background Color

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

This div background color is #d52ced


#d52ced Border Color

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

This div border color is #d52ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d52ced


Comments

No comments written yet.

Please login to write comment.