Color Hex Logo

#6457cd Color Hex

#6457CD
(100,87,205)
0 Favorites   0 Comments

Color spaces of #6457cd

RGB 10087205
HSL0.690.540.57
HSV247°58°80°
CMYK 0.510.580.00   0.20
XYZ19.683213.933559.4096
Yxy13.93350.21160.1498
Hunter Lab37.327628.8014-68.2350
CIE-Lab44.137436.6035-59.7437

#6457cd color RGB value is (100,87,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010111 11001101
Octal 144 127 315
Decimal 100 87 205
Hex 64 57 CD

RGB Percentages of Color #6457cd

%25.51
%22.19
%52.30

CMYK Percentages of Color #6457cd

%51
%58
%0
%20

Triadic Colors of #6457cd

#6457cd #cd6457 #57cd64

Analogous Colors of #6457cd

#6457cd #9f57cd #5785cd

Monochromatic Colors of #6457cd

#6457cd

Complementary Color

#6457cd #c0cd57

#6457cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6457cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6457cd Color CSS Codes

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

#6457cd Text Font Color

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

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


#6457cd Background Color

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

This div background color is #6457cd


#6457cd Border Color

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

This div border color is #6457cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6457cd


Comments

No comments written yet.

Please login to write comment.