Color Hex Logo

#d095f1 Color Hex

#D095F1
(208,149,241)
0 Favorites   0 Comments

Color spaces of #d095f1

RGB 208149241
HSL0.770.770.76
HSV278°38°95°
CMYK 0.140.380.00   0.05
XYZ52.637141.255788.4080
Yxy41.25570.28870.2263
Hunter Lab64.230633.8775-36.6463
CIE-Lab70.354738.3836-37.6963

#d095f1 color RGB value is (208,149,241).

#d095f1 hex color red value is 208, green value is 149 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #d095f1 hue: 0.77 , saturation: 0.77 and the lightness value of d095f1 is 0.76.

The process color (four color CMYK) of #d095f1 color hex is 0.14, 0.38, 0.00, 0.05. Web safe color of #d095f1 is #cc99ff. Color #d095f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010101 11110001
Octal 320 225 361
Decimal 208 149 241
Hex D0 95 F1

RGB Percentages of Color #d095f1

%34.78
%24.92
%40.30

CMYK Percentages of Color #d095f1

%14
%38
%0
%5

Triadic Colors of #d095f1

#d095f1 #f1d095 #95f1d0

Analogous Colors of #d095f1

#d095f1 #f195e4 #a295f1

Monochromatic Colors of #d095f1

#d095f1

Complementary Color

#d095f1 #b6f195

#d095f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d095f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d095f1 Color CSS Codes

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

#d095f1 Text Font Color

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

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


#d095f1 Background Color

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

This div background color is #d095f1


#d095f1 Border Color

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

This div border color is #d095f1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,149,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d095f1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d095f1;
  -webkit-box-shadow: 1px 1px 3px 2px #d095f1;
  box-shadow:         1px 1px 3px 2px #d095f1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,149,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d095f1


Comments

No comments written yet.

Please login to write comment.