Color Hex Logo

#4235dc Color Hex

#4235DC
(66,53,220)
0 Favorites   0 Comments

Color spaces of #4235dc

RGB 6653220
HSL0.680.700.54
HSV245°76°86°
CMYK 0.700.760.00   0.14
XYZ16.43818.871868.5562
Yxy8.87180.17510.0945
Hunter Lab29.785646.3861-115.6154
CIE-Lab35.736355.5731-82.2185

#4235dc color RGB value is (66,53,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 11011100
Octal 102 65 334
Decimal 66 53 220
Hex 42 35 DC

RGB Percentages of Color #4235dc

%19.47
%15.63
%64.90

CMYK Percentages of Color #4235dc

%70
%76
%0
%14

Triadic Colors of #4235dc

#4235dc #dc4235 #35dc42

Analogous Colors of #4235dc

#4235dc #9635dc #357cdc

Monochromatic Colors of #4235dc

#4235dc

Complementary Color

#4235dc #cfdc35

#4235dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4235dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4235dc Color CSS Codes

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

#4235dc Text Font Color

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

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


#4235dc Background Color

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

This div background color is #4235dc


#4235dc Border Color

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

This div border color is #4235dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4235dc


Comments

No comments written yet.

Please login to write comment.