Color Hex Logo

#d04bfd Color Hex

#D04BFD
(208,75,253)
0 Favorites   0 Comments

Color spaces of #d04bfd

RGB 20875253
HSL0.790.980.64
HSV285°70°99°
CMYK 0.180.700.00   0.01
XYZ46.258125.533995.4190
Yxy25.53390.27660.1527
Hunter Lab50.531174.9764-76.5869
CIE-Lab57.592076.0895-64.5083

#d04bfd color RGB value is (208,75,253).

#d04bfd hex color red value is 208, green value is 75 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d04bfd hue: 0.79 , saturation: 0.98 and the lightness value of d04bfd is 0.64.

The process color (four color CMYK) of #d04bfd color hex is 0.18, 0.70, 0.00, 0.01. Web safe color of #d04bfd is #cc33ff. Color #d04bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001011 11111101
Octal 320 113 375
Decimal 208 75 253
Hex D0 4B FD

RGB Percentages of Color #d04bfd

%38.81
%13.99
%47.20

CMYK Percentages of Color #d04bfd

%18
%70
%0
%1

Triadic Colors of #d04bfd

#d04bfd #fdd04b #4bfdd0

Analogous Colors of #d04bfd

#d04bfd #fd4bd1 #774bfd

Monochromatic Colors of #d04bfd

#d04bfd

Complementary Color

#d04bfd #78fd4b

#d04bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04bfd Color CSS Codes

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

#d04bfd Text Font Color

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

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


#d04bfd Background Color

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

This div background color is #d04bfd


#d04bfd Border Color

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

This div border color is #d04bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.