Color Hex Logo

#d338fc Color Hex

#D338FC
(211,56,252)
0 Favorites   0 Comments

Color spaces of #d338fc

RGB 21156252
HSL0.800.970.60
HSV287°78°99°
CMYK 0.160.780.00   0.01
XYZ45.848823.705594.2546
Yxy23.70550.27990.1447
Hunter Lab48.688382.8854-80.6964
CIE-Lab55.791782.6857-66.8305

#d338fc color RGB value is (211,56,252).

#d338fc hex color red value is 211, green value is 56 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d338fc hue: 0.80 , saturation: 0.97 and the lightness value of d338fc is 0.60.

The process color (four color CMYK) of #d338fc color hex is 0.16, 0.78, 0.00, 0.01. Web safe color of #d338fc is #cc33ff. Color #d338fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111000 11111100
Octal 323 70 374
Decimal 211 56 252
Hex D3 38 FC

RGB Percentages of Color #d338fc

%40.66
%10.79
%48.55

CMYK Percentages of Color #d338fc

%16
%78
%0
%1

Triadic Colors of #d338fc

#d338fc #fcd338 #38fcd3

Analogous Colors of #d338fc

#d338fc #fc38c3 #7138fc

Monochromatic Colors of #d338fc

#d338fc

Complementary Color

#d338fc #61fc38

#d338fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d338fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d338fc Color CSS Codes

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

#d338fc Text Font Color

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

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


#d338fc Background Color

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

This div background color is #d338fc


#d338fc Border Color

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

This div border color is #d338fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d338fc


Comments

No comments written yet.

Please login to write comment.