Color Hex Logo

#4353cd Color Hex

#4353CD
(67,83,205)
0 Favorites   0 Comments

Color spaces of #4353cd

RGB 6783205
HSL0.650.580.53
HSV233°67°80°
CMYK 0.670.600.00   0.20
XYZ16.427411.787659.1670
Yxy11.78760.18800.1349
Hunter Lab34.333125.3243-78.1427
CIE-Lab40.876533.3564-65.1431

#4353cd color RGB value is (67,83,205).

#4353cd hex color red value is 67, green value is 83 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4353cd hue: 0.65 , saturation: 0.58 and the lightness value of 4353cd is 0.53.

The process color (four color CMYK) of #4353cd color hex is 0.67, 0.60, 0.00, 0.20. Web safe color of #4353cd is #3366cc. Color #4353cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010011 11001101
Octal 103 123 315
Decimal 67 83 205
Hex 43 53 CD

RGB Percentages of Color #4353cd

%18.87
%23.38
%57.75

CMYK Percentages of Color #4353cd

%67
%60
%0
%20

Triadic Colors of #4353cd

#4353cd #cd4353 #53cd43

Analogous Colors of #4353cd

#4353cd #7843cd #4398cd

Monochromatic Colors of #4353cd

#4353cd

Complementary Color

#4353cd #cdbd43

#4353cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4353cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4353cd Color CSS Codes

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

#4353cd Text Font Color

<p style="color:#4353cd">Text here</p>

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


#4353cd Background Color

<div style="background-color:#4353cd">
Div content here</div>

This div background color is #4353cd


#4353cd Border Color

<div style="border:3px solid #4353cd">
Div here</div>

This div border color is #4353cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,83,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4353cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4353cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4353cd;
  box-shadow:         1px 1px 3px 2px #4353cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4353cd


Comments

No comments written yet.

Please login to write comment.