Color Hex Logo

#d121ec Color Hex

#D121EC
(209,33,236)
0 Favorites   0 Comments

Color spaces of #d121ec

RGB 20933236
HSL0.810.840.53
HSV292°86°93°
CMYK 0.110.860.00   0.07
XYZ41.978720.699281.1397
Yxy20.69920.29190.1439
Hunter Lab45.496485.0801-73.8922
CIE-Lab52.618785.0034-63.0155

#d121ec color RGB value is (209,33,236).

#d121ec hex color red value is 209, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d121ec hue: 0.81 , saturation: 0.84 and the lightness value of d121ec is 0.53.

The process color (four color CMYK) of #d121ec color hex is 0.11, 0.86, 0.00, 0.07. Web safe color of #d121ec is #cc33ff. Color #d121ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100001 11101100
Octal 321 41 354
Decimal 209 33 236
Hex D1 21 EC

RGB Percentages of Color #d121ec

%43.72
%6.90
%49.37

CMYK Percentages of Color #d121ec

%11
%86
%0
%7

Triadic Colors of #d121ec

#d121ec #ecd121 #21ecd1

Analogous Colors of #d121ec

#d121ec #ec21a2 #6c21ec

Monochromatic Colors of #d121ec

#d121ec

Complementary Color

#d121ec #3cec21

#d121ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d121ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d121ec Color CSS Codes

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

#d121ec Text Font Color

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

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


#d121ec Background Color

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

This div background color is #d121ec


#d121ec Border Color

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

This div border color is #d121ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d121ec


Comments

No comments written yet.

Please login to write comment.