Color Hex Logo

#d38efc Color Hex

#D38EFC
(211,142,252)
0 Favorites   0 Comments

Color spaces of #d38efc

RGB 211142252
HSL0.770.950.77
HSV278°44°99°
CMYK 0.160.440.00   0.01
XYZ54.107740.223297.0075
Yxy40.22320.28280.2102
Hunter Lab63.421841.2976-46.2925
CIE-Lab69.628245.3038-44.8124

#d38efc color RGB value is (211,142,252).

#d38efc hex color red value is 211, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d38efc hue: 0.77 , saturation: 0.95 and the lightness value of d38efc is 0.77.

The process color (four color CMYK) of #d38efc color hex is 0.16, 0.44, 0.00, 0.01. Web safe color of #d38efc is #cc99ff. Color #d38efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 11111100
Octal 323 216 374
Decimal 211 142 252
Hex D3 8E FC

RGB Percentages of Color #d38efc

%34.88
%23.47
%41.65

CMYK Percentages of Color #d38efc

%16
%44
%0
%1

Triadic Colors of #d38efc

#d38efc #fcd38e #8efcd3

Analogous Colors of #d38efc

#d38efc #fc8eee #9c8efc

Monochromatic Colors of #d38efc

#d38efc

Complementary Color

#d38efc #b7fc8e

#d38efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38efc Color CSS Codes

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

#d38efc Text Font Color

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

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


#d38efc Background Color

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

This div background color is #d38efc


#d38efc Border Color

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

This div border color is #d38efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38efc

Related Colors


Comments

No comments written yet.

Please login to write comment.