Color Hex Logo

#435fdd Color Hex

#435FDD
(67,95,221)
0 Favorites   0 Comments

Color spaces of #435fdd

RGB 6795221
HSL0.640.690.56
HSV229°70°87°
CMYK 0.700.570.00   0.13
XYZ19.458114.598270.1988
Yxy14.59820.18660.1400
Hunter Lab38.207624.0420-82.1882
CIE-Lab45.078931.4135-67.4688

#435fdd color RGB value is (67,95,221).

#435fdd hex color red value is 67, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #435fdd hue: 0.64 , saturation: 0.69 and the lightness value of 435fdd is 0.56.

The process color (four color CMYK) of #435fdd color hex is 0.70, 0.57, 0.00, 0.13. Web safe color of #435fdd is #3366cc. Color #435fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01011111 11011101
Octal 103 137 335
Decimal 67 95 221
Hex 43 5F DD

RGB Percentages of Color #435fdd

%17.49
%24.80
%57.70

CMYK Percentages of Color #435fdd

%70
%57
%0
%13

Triadic Colors of #435fdd

#435fdd #dd435f #5fdd43

Analogous Colors of #435fdd

#435fdd #7443dd #43acdd

Monochromatic Colors of #435fdd

#435fdd

Complementary Color

#435fdd #ddc143

#435fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#435fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#435fdd Color CSS Codes

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

#435fdd Text Font Color

<p style="color:#435fdd">Text here</p>

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


#435fdd Background Color

<div style="background-color:#435fdd">
Div content here</div>

This div background color is #435fdd


#435fdd Border Color

<div style="border:3px solid #435fdd">
Div here</div>

This div border color is #435fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,95,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #435fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #435fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #435fdd;
  box-shadow:         1px 1px 3px 2px #435fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,95,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #435fdd


Comments

No comments written yet.

Please login to write comment.