Color Hex Logo

#d238dc Color Hex

#D238DC
(210,56,220)
0 Favorites   0 Comments

Color spaces of #d238dc

RGB 21056220
HSL0.820.700.54
HSV296°75°86°
CMYK 0.050.750.00   0.14
XYZ40.910821.697369.7419
Yxy21.69730.30910.1639
Hunter Lab46.580475.2581-56.1650
CIE-Lab53.704477.0672-52.2217

#d238dc color RGB value is (210,56,220).

#d238dc hex color red value is 210, green value is 56 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d238dc hue: 0.82 , saturation: 0.70 and the lightness value of d238dc is 0.54.

The process color (four color CMYK) of #d238dc color hex is 0.05, 0.75, 0.00, 0.14. Web safe color of #d238dc is #cc33cc. Color #d238dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111000 11011100
Octal 322 70 334
Decimal 210 56 220
Hex D2 38 DC

RGB Percentages of Color #d238dc

%43.21
%11.52
%45.27

CMYK Percentages of Color #d238dc

%5
%75
%0
%14

Triadic Colors of #d238dc

#d238dc #dcd238 #38dcd2

Analogous Colors of #d238dc

#d238dc #dc3894 #8038dc

Monochromatic Colors of #d238dc

#d238dc

Complementary Color

#d238dc #42dc38

#d238dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d238dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d238dc Color CSS Codes

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

#d238dc Text Font Color

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

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


#d238dc Background Color

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

This div background color is #d238dc


#d238dc Border Color

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

This div border color is #d238dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,56,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d238dc


Comments

No comments written yet.

Please login to write comment.