Color Hex Logo

#7358cd Color Hex

#7358CD
(115,88,205)
0 Favorites   0 Comments

Color spaces of #7358cd

RGB 11588205
HSL0.710.540.57
HSV254°57°80°
CMYK 0.440.570.00   0.20
XYZ21.579415.032159.5217
Yxy15.03210.22450.1564
Hunter Lab38.771331.5003-63.8822
CIE-Lab45.678139.1721-57.1900

#7358cd color RGB value is (115,88,205).

#7358cd hex color red value is 115, green value is 88 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7358cd hue: 0.71 , saturation: 0.54 and the lightness value of 7358cd is 0.57.

The process color (four color CMYK) of #7358cd color hex is 0.44, 0.57, 0.00, 0.20. Web safe color of #7358cd is #6666cc. Color #7358cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011000 11001101
Octal 163 130 315
Decimal 115 88 205
Hex 73 58 CD

RGB Percentages of Color #7358cd

%28.19
%21.57
%50.25

CMYK Percentages of Color #7358cd

%44
%57
%0
%20

Triadic Colors of #7358cd

#7358cd #cd7358 #58cd73

Analogous Colors of #7358cd

#7358cd #ae58cd #5878cd

Monochromatic Colors of #7358cd

#7358cd

Complementary Color

#7358cd #b2cd58

#7358cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7358cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7358cd Color CSS Codes

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

#7358cd Text Font Color

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

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


#7358cd Background Color

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

This div background color is #7358cd


#7358cd Border Color

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

This div border color is #7358cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,88,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 #7358cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7358cd


Comments

No comments written yet.

Please login to write comment.