Color Hex Logo

#4231dc Color Hex

#4231DC
(66,49,220)
0 Favorites   0 Comments

Color spaces of #4231dc

RGB 6649220
HSL0.680.710.53
HSV246°78°86°
CMYK 0.700.780.00   0.14
XYZ16.26338.522268.4979
Yxy8.52220.17430.0914
Hunter Lab29.192848.3549-118.6829
CIE-Lab35.047657.5506-83.3573

#4231dc color RGB value is (66,49,220).

#4231dc hex color red value is 66, green value is 49 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4231dc hue: 0.68 , saturation: 0.71 and the lightness value of 4231dc is 0.53.

The process color (four color CMYK) of #4231dc color hex is 0.70, 0.78, 0.00, 0.14. Web safe color of #4231dc is #3333cc. Color #4231dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 11011100
Octal 102 61 334
Decimal 66 49 220
Hex 42 31 DC

RGB Percentages of Color #4231dc

%19.70
%14.63
%65.67

CMYK Percentages of Color #4231dc

%70
%78
%0
%14

Triadic Colors of #4231dc

#4231dc #dc4231 #31dc42

Analogous Colors of #4231dc

#4231dc #9831dc #3176dc

Monochromatic Colors of #4231dc

#4231dc

Complementary Color

#4231dc #cbdc31

#4231dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4231dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4231dc Color CSS Codes

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

#4231dc Text Font Color

<p style="color:#4231dc">Text here</p>

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


#4231dc Background Color

<div style="background-color:#4231dc">
Div content here</div>

This div background color is #4231dc


#4231dc Border Color

<div style="border:3px solid #4231dc">
Div here</div>

This div border color is #4231dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,49,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4231dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4231dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4231dc;
  box-shadow:         1px 1px 3px 2px #4231dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4231dc


Comments

No comments written yet.

Please login to write comment.