Color Hex Logo

#66357d Color Hex

#66357D
(102,53,125)
0 Favorites   0 Comments

Color spaces of #66357d

RGB 10253125
HSL0.780.400.35
HSV281°58°49°
CMYK 0.180.580.00   0.51
XYZ10.45436.851720.1735
Yxy6.85170.27890.1828
Hunter Lab26.175825.4833-27.3714
CIE-Lab31.466934.9657-32.1777

#66357d color RGB value is (102,53,125).

#66357d hex color red value is 102, green value is 53 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #66357d hue: 0.78 , saturation: 0.40 and the lightness value of 66357d is 0.35.

The process color (four color CMYK) of #66357d color hex is 0.18, 0.58, 0.00, 0.51. Web safe color of #66357d is #663366. Color #66357d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 01111101
Octal 146 65 175
Decimal 102 53 125
Hex 66 35 7D

RGB Percentages of Color #66357d

%36.43
%18.93
%44.64

CMYK Percentages of Color #66357d

%18
%58
%0
%51

Triadic Colors of #66357d

#66357d #7d6635 #357d66

Analogous Colors of #66357d

#66357d #7d3570 #42357d

Monochromatic Colors of #66357d

#66357d

Complementary Color

#66357d #4c7d35

#66357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#66357d Color CSS Codes

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

#66357d Text Font Color

<p style="color:#66357d">Text here</p>

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


#66357d Background Color

<div style="background-color:#66357d">
Div content here</div>

This div background color is #66357d


#66357d Border Color

<div style="border:3px solid #66357d">
Div here</div>

This div border color is #66357d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,53,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66357d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66357d;
  -webkit-box-shadow: 1px 1px 3px 2px #66357d;
  box-shadow:         1px 1px 3px 2px #66357d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66357d


Comments

No comments written yet.

Please login to write comment.