Color Hex Logo

#4235cc Color Hex

#4235CC
(66,53,204)
0 Favorites   0 Comments

Color spaces of #4235cc

RGB 6653204
HSL0.680.600.50
HSV245°74°80°
CMYK 0.680.740.00   0.20
XYZ14.41908.064157.9233
Yxy8.06410.17930.1003
Hunter Lab28.397440.9395-101.0582
CIE-Lab34.116050.6494-75.6475

#4235cc color RGB value is (66,53,204).

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

The process color (four color CMYK) of #4235cc color hex is 0.68, 0.74, 0.00, 0.20. Web safe color of #4235cc is #3333cc. Color #4235cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110101 11001100
Octal 102 65 314
Decimal 66 53 204
Hex 42 35 CC

RGB Percentages of Color #4235cc

%20.43
%16.41
%63.16

CMYK Percentages of Color #4235cc

%68
%74
%0
%20

Triadic Colors of #4235cc

#4235cc #cc4235 #35cc42

Analogous Colors of #4235cc

#4235cc #8e35cc #3574cc

Monochromatic Colors of #4235cc

#4235cc

Complementary Color

#4235cc #bfcc35

#4235cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4235cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4235cc Color CSS Codes

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

#4235cc Text Font Color

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

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


#4235cc Background Color

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

This div background color is #4235cc


#4235cc Border Color

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

This div border color is #4235cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4235cc


Comments

No comments written yet.

Please login to write comment.