Color Hex Logo

#4241de Color Hex

#4241DE
(66,65,222)
0 Favorites   0 Comments

Color spaces of #4241de

RGB 6665222
HSL0.670.700.56
HSV240°71°87°
CMYK 0.700.710.00   0.13
XYZ17.321910.212870.1655
Yxy10.21280.17730.1045
Hunter Lab31.957540.8267-107.8063
CIE-Lab38.221749.7659-79.2643

#4241de color RGB value is (66,65,222).

#4241de hex color red value is 66, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4241de hue: 0.67 , saturation: 0.70 and the lightness value of 4241de is 0.56.

The process color (four color CMYK) of #4241de color hex is 0.70, 0.71, 0.00, 0.13. Web safe color of #4241de is #3333cc. Color #4241de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000001 11011110
Octal 102 101 336
Decimal 66 65 222
Hex 42 41 DE

RGB Percentages of Color #4241de

%18.70
%18.41
%62.89

CMYK Percentages of Color #4241de

%70
%71
%0
%13

Triadic Colors of #4241de

#4241de #de4241 #41de42

Analogous Colors of #4241de

#4241de #9141de #418fde

Monochromatic Colors of #4241de

#4241de

Complementary Color

#4241de #ddde41

#4241de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4241de Color Preview on White Background

Lorem ipsum dolor sit amet.

#4241de Color CSS Codes

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

#4241de Text Font Color

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

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


#4241de Background Color

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

This div background color is #4241de


#4241de Border Color

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

This div border color is #4241de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,65,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4241de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4241de;
  -webkit-box-shadow: 1px 1px 3px 2px #4241de;
  box-shadow:         1px 1px 3px 2px #4241de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,65,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4241de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4241de


Comments

No comments written yet.

Please login to write comment.