Color Hex Logo

#d738dc Color Hex

#D738DC
(215,56,220)
0 Favorites   0 Comments

Color spaces of #d738dc

RGB 21556220
HSL0.830.700.54
HSV298°75°86°
CMYK 0.020.750.00   0.14
XYZ42.356822.442769.8096
Yxy22.44270.31470.1667
Hunter Lab47.373776.6926-54.2077
CIE-Lab54.493678.0617-50.9167

#d738dc color RGB value is (215,56,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111000 11011100
Octal 327 70 334
Decimal 215 56 220
Hex D7 38 DC

RGB Percentages of Color #d738dc

%43.79
%11.41
%44.81

CMYK Percentages of Color #d738dc

%2
%75
%0
%14

Triadic Colors of #d738dc

#d738dc #dcd738 #38dcd7

Analogous Colors of #d738dc

#d738dc #dc388f #8538dc

Monochromatic Colors of #d738dc

#d738dc

Complementary Color

#d738dc #3ddc38

#d738dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d738dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d738dc Color CSS Codes

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

#d738dc Text Font Color

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

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


#d738dc Background Color

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

This div background color is #d738dc


#d738dc Border Color

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

This div border color is #d738dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d738dc


Comments

No comments written yet.

Please login to write comment.