Color Hex Logo

#d055ea Color Hex

#D055EA
(208,85,234)
0 Favorites   0 Comments

Color spaces of #d055ea

RGB 20885234
HSL0.800.780.63
HSV290°64°92°
CMYK 0.110.640.00   0.08
XYZ44.112225.847480.5060
Yxy25.84740.29320.1718
Hunter Lab50.840365.9070-58.2979
CIE-Lab57.891968.6184-53.4505

#d055ea color RGB value is (208,85,234).

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

The process color (four color CMYK) of #d055ea color hex is 0.11, 0.64, 0.00, 0.08. Web safe color of #d055ea is #cc66ff. Color #d055ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010101 11101010
Octal 320 125 352
Decimal 208 85 234
Hex D0 55 EA

RGB Percentages of Color #d055ea

%39.47
%16.13
%44.40

CMYK Percentages of Color #d055ea

%11
%64
%0
%8

Triadic Colors of #d055ea

#d055ea #ead055 #55ead0

Analogous Colors of #d055ea

#d055ea #ea55ba #8655ea

Monochromatic Colors of #d055ea

#d055ea

Complementary Color

#d055ea #6fea55

#d055ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d055ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d055ea Color CSS Codes

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

#d055ea Text Font Color

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

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


#d055ea Background Color

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

This div background color is #d055ea


#d055ea Border Color

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

This div border color is #d055ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d055ea


Comments

No comments written yet.

Please login to write comment.