Color Hex Logo

#4312fd Color Hex

#4312FD
(67,18,253)
0 Favorites   0 Comments

Color spaces of #4312fd

RGB 6718253
HSL0.700.980.53
HSV253°93°99°
CMYK 0.740.930.00   0.01
XYZ20.26078.717893.5433
Yxy8.71780.16540.0712
Hunter Lab29.525970.8164-167.1730
CIE-Lab35.435276.9784-101.4473

#4312fd color RGB value is (67,18,253).

#4312fd hex color red value is 67, green value is 18 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4312fd hue: 0.70 , saturation: 0.98 and the lightness value of 4312fd is 0.53.

The process color (four color CMYK) of #4312fd color hex is 0.74, 0.93, 0.00, 0.01. Web safe color of #4312fd is #3300ff. Color #4312fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010010 11111101
Octal 103 22 375
Decimal 67 18 253
Hex 43 12 FD

RGB Percentages of Color #4312fd

%19.82
%5.33
%74.85

CMYK Percentages of Color #4312fd

%74
%93
%0
%1

Triadic Colors of #4312fd

#4312fd #fd4312 #12fd43

Analogous Colors of #4312fd

#4312fd #b912fd #1256fd

Monochromatic Colors of #4312fd

#4312fd

Complementary Color

#4312fd #ccfd12

#4312fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4312fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4312fd Color CSS Codes

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

#4312fd Text Font Color

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

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


#4312fd Background Color

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

This div background color is #4312fd


#4312fd Border Color

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

This div border color is #4312fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,18,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4312fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4312fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4312fd;
  box-shadow:         1px 1px 3px 2px #4312fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,18,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 #4312fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4312fd


Comments

No comments written yet.

Please login to write comment.