Color Hex Logo

#4248fd Color Hex

#4248FD
(66,72,253)
0 Favorites   0 Comments

Color spaces of #4248fd

RGB 6672253
HSL0.660.980.63
HSV238°74°99°
CMYK 0.740.720.00   0.01
XYZ22.293812.884894.2405
Yxy12.88480.17230.0996
Hunter Lab35.895448.0452-130.5344
CIE-Lab42.589255.8162-89.5840

#4248fd color RGB value is (66,72,253).

#4248fd hex color red value is 66, green value is 72 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4248fd hue: 0.66 , saturation: 0.98 and the lightness value of 4248fd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001000 11111101
Octal 102 110 375
Decimal 66 72 253
Hex 42 48 FD

RGB Percentages of Color #4248fd

%16.88
%18.41
%64.71

CMYK Percentages of Color #4248fd

%74
%72
%0
%1

Triadic Colors of #4248fd

#4248fd #fd4248 #48fd42

Analogous Colors of #4248fd

#4248fd #9a42fd #42a6fd

Monochromatic Colors of #4248fd

#4248fd

Complementary Color

#4248fd #fdf742

#4248fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4248fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4248fd Color CSS Codes

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

#4248fd Text Font Color

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

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


#4248fd Background Color

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

This div background color is #4248fd


#4248fd Border Color

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

This div border color is #4248fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4248fd


Comments

No comments written yet.

Please login to write comment.