Color Hex Logo

#4227fd Color Hex

#4227FD
(66,39,253)
0 Favorites   0 Comments

Color spaces of #4227fd

RGB 6639253
HSL0.690.980.57
HSV248°85°99°
CMYK 0.740.850.00   0.01
XYZ20.70199.701193.7099
Yxy9.70110.16680.0782
Hunter Lab31.146664.1353-156.5816
CIE-Lab37.300571.0905-98.3439

#4227fd color RGB value is (66,39,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100111 11111101
Octal 102 47 375
Decimal 66 39 253
Hex 42 27 FD

RGB Percentages of Color #4227fd

%18.44
%10.89
%70.67

CMYK Percentages of Color #4227fd

%74
%85
%0
%1

Triadic Colors of #4227fd

#4227fd #fd4227 #27fd42

Analogous Colors of #4227fd

#4227fd #ad27fd #2777fd

Monochromatic Colors of #4227fd

#4227fd

Complementary Color

#4227fd #e2fd27

#4227fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4227fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4227fd Color CSS Codes

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

#4227fd Text Font Color

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

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


#4227fd Background Color

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

This div background color is #4227fd


#4227fd Border Color

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

This div border color is #4227fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4227fd

Related Colors


Comments

No comments written yet.

Please login to write comment.