Color Hex Logo

#d38ef0 Color Hex

#D38EF0
(211,142,240)
0 Favorites   0 Comments

Color spaces of #d38ef0

RGB 211142240
HSL0.780.770.75
HSV282°41°94°
CMYK 0.120.410.00   0.06
XYZ52.265139.486287.3050
Yxy39.48620.29190.2205
Hunter Lab62.838038.4995-38.3888
CIE-Lab69.102042.8136-39.0770

#d38ef0 color RGB value is (211,142,240).

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

The process color (four color CMYK) of #d38ef0 color hex is 0.12, 0.41, 0.00, 0.06. Web safe color of #d38ef0 is #cc99ff. Color #d38ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 11110000
Octal 323 216 360
Decimal 211 142 240
Hex D3 8E F0

RGB Percentages of Color #d38ef0

%35.58
%23.95
%40.47

CMYK Percentages of Color #d38ef0

%12
%41
%0
%6

Triadic Colors of #d38ef0

#d38ef0 #f0d38e #8ef0d3

Analogous Colors of #d38ef0

#d38ef0 #f08edc #a28ef0

Monochromatic Colors of #d38ef0

#d38ef0

Complementary Color

#d38ef0 #abf08e

#d38ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38ef0 Color CSS Codes

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

#d38ef0 Text Font Color

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

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


#d38ef0 Background Color

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

This div background color is #d38ef0


#d38ef0 Border Color

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

This div border color is #d38ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38ef0


Comments

No comments written yet.

Please login to write comment.