Color Hex Logo

#2d0efd Color Hex

#2D0EFD
(45,14,253)
0 Favorites   0 Comments

Color spaces of #2d0efd

RGB 4514253
HSL0.690.980.52
HSV248°94°99°
CMYK 0.820.940.00   0.01
XYZ18.96887.963893.4659
Yxy7.96380.15760.0661
Hunter Lab28.220270.5971-176.6156
CIE-Lab33.907477.0754-104.0290

#2d0efd color RGB value is (45,14,253).

#2d0efd hex color red value is 45, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2d0efd hue: 0.69 , saturation: 0.98 and the lightness value of 2d0efd is 0.52.

The process color (four color CMYK) of #2d0efd color hex is 0.82, 0.94, 0.00, 0.01. Web safe color of #2d0efd is #3300ff. Color #2d0efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 00001110 11111101
Octal 55 16 375
Decimal 45 14 253
Hex 2D E FD

RGB Percentages of Color #2d0efd

%14.42
%4.49
%81.09

CMYK Percentages of Color #2d0efd

%82
%94
%0
%1

Triadic Colors of #2d0efd

#2d0efd #fd2d0e #0efd2d

Analogous Colors of #2d0efd

#2d0efd #a50efd #0e67fd

Monochromatic Colors of #2d0efd

#2d0efd

Complementary Color

#2d0efd #defd0e

#2d0efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d0efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d0efd Color CSS Codes

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

#2d0efd Text Font Color

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

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


#2d0efd Background Color

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

This div background color is #2d0efd


#2d0efd Border Color

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

This div border color is #2d0efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d0efd


Comments

No comments written yet.

Please login to write comment.