Color Hex Logo

#d267fd Color Hex

#D267FD
(210,103,253)
0 Favorites   0 Comments

Color spaces of #d267fd

RGB 210103253
HSL0.790.970.70
HSV283°59°99°
CMYK 0.170.590.00   0.01
XYZ49.158230.494096.2235
Yxy30.49400.27950.1734
Hunter Lab55.221462.2637-64.6581
CIE-Lab62.078164.8056-57.3099

#d267fd color RGB value is (210,103,253).

#d267fd hex color red value is 210, green value is 103 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d267fd hue: 0.79 , saturation: 0.97 and the lightness value of d267fd is 0.70.

The process color (four color CMYK) of #d267fd color hex is 0.17, 0.59, 0.00, 0.01. Web safe color of #d267fd is #cc66ff. Color #d267fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100111 11111101
Octal 322 147 375
Decimal 210 103 253
Hex D2 67 FD

RGB Percentages of Color #d267fd

%37.10
%18.20
%44.70

CMYK Percentages of Color #d267fd

%17
%59
%0
%1

Triadic Colors of #d267fd

#d267fd #fdd267 #67fdd2

Analogous Colors of #d267fd

#d267fd #fd67dd #8767fd

Monochromatic Colors of #d267fd

#d267fd

Complementary Color

#d267fd #92fd67

#d267fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d267fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d267fd Color CSS Codes

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

#d267fd Text Font Color

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

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


#d267fd Background Color

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

This div background color is #d267fd


#d267fd Border Color

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

This div border color is #d267fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,103,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 #d267fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d267fd

Related Colors


Comments

No comments written yet.

Please login to write comment.