Color Hex Logo

#d238ed Color Hex

#D238ED
(210,56,237)
0 Favorites   0 Comments

Color spaces of #d238ed

RGB 21056237
HSL0.810.830.57
HSV291°76°93°
CMYK 0.110.760.00   0.07
XYZ43.278622.644482.2105
Yxy22.64440.29220.1529
Hunter Lab47.586179.0663-69.1200
CIE-Lab54.704279.9048-60.2141

#d238ed color RGB value is (210,56,237).

#d238ed hex color red value is 210, green value is 56 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d238ed hue: 0.81 , saturation: 0.83 and the lightness value of d238ed is 0.57.

The process color (four color CMYK) of #d238ed color hex is 0.11, 0.76, 0.00, 0.07. Web safe color of #d238ed is #cc33ff. Color #d238ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111000 11101101
Octal 322 70 355
Decimal 210 56 237
Hex D2 38 ED

RGB Percentages of Color #d238ed

%41.75
%11.13
%47.12

CMYK Percentages of Color #d238ed

%11
%76
%0
%7

Triadic Colors of #d238ed

#d238ed #edd238 #38edd2

Analogous Colors of #d238ed

#d238ed #ed38ae #7838ed

Monochromatic Colors of #d238ed

#d238ed

Complementary Color

#d238ed #53ed38

#d238ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d238ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d238ed Color CSS Codes

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

#d238ed Text Font Color

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

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


#d238ed Background Color

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

This div background color is #d238ed


#d238ed Border Color

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

This div border color is #d238ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d238ed


Comments

No comments written yet.

Please login to write comment.