Color Hex Logo

#d069ec Color Hex

#D069EC
(208,105,236)
0 Favorites   0 Comments

Color spaces of #d069ec

RGB 208105236
HSL0.800.780.67
HSV287°56°93°
CMYK 0.120.560.00   0.07
XYZ46.204329.569282.6291
Yxy29.56920.29170.1867
Hunter Lab54.377656.5097-52.0295
CIE-Lab61.280760.0371-49.1838

#d069ec color RGB value is (208,105,236).

#d069ec hex color red value is 208, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d069ec hue: 0.80 , saturation: 0.78 and the lightness value of d069ec is 0.67.

The process color (four color CMYK) of #d069ec color hex is 0.12, 0.56, 0.00, 0.07. Web safe color of #d069ec is #cc66ff. Color #d069ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101001 11101100
Octal 320 151 354
Decimal 208 105 236
Hex D0 69 EC

RGB Percentages of Color #d069ec

%37.89
%19.13
%42.99

CMYK Percentages of Color #d069ec

%12
%56
%0
%7

Triadic Colors of #d069ec

#d069ec #ecd069 #69ecd0

Analogous Colors of #d069ec

#d069ec #ec69c7 #8f69ec

Monochromatic Colors of #d069ec

#d069ec

Complementary Color

#d069ec #85ec69

#d069ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d069ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d069ec Color CSS Codes

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

#d069ec Text Font Color

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

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


#d069ec Background Color

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

This div background color is #d069ec


#d069ec Border Color

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

This div border color is #d069ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d069ec


Comments

No comments written yet.

Please login to write comment.