Color Hex Logo

#d267ec Color Hex

#D267EC
(210,103,236)
0 Favorites   0 Comments

Color spaces of #d267ec

RGB 210103236
HSL0.800.780.66
HSV288°56°93°
CMYK 0.110.560.00   0.07
XYZ46.568929.458382.5884
Yxy29.45830.29360.1857
Hunter Lab54.275558.1726-52.2259
CIE-Lab61.184061.4855-49.3206

#d267ec color RGB value is (210,103,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100111 11101100
Octal 322 147 354
Decimal 210 103 236
Hex D2 67 EC

RGB Percentages of Color #d267ec

%38.25
%18.76
%42.99

CMYK Percentages of Color #d267ec

%11
%56
%0
%7

Triadic Colors of #d267ec

#d267ec #ecd267 #67ecd2

Analogous Colors of #d267ec

#d267ec #ec67c4 #9067ec

Monochromatic Colors of #d267ec

#d267ec

Complementary Color

#d267ec #81ec67

#d267ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d267ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d267ec Color CSS Codes

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

#d267ec Text Font Color

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

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


#d267ec Background Color

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

This div background color is #d267ec


#d267ec Border Color

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

This div border color is #d267ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d267ec


Comments

No comments written yet.

Please login to write comment.