Color Hex Logo

#65187d Color Hex

#65187D
(101,24,125)
0 Favorites   0 Comments

Color spaces of #65187d

RGB 10124125
HSL0.790.680.29
HSV286°81°49°
CMYK 0.190.810.00   0.51
XYZ9.39514.900619.8528
Yxy4.90060.27510.1435
Hunter Lab22.137337.0154-37.6754
CIE-Lab26.449748.2112-40.2207

#65187d color RGB value is (101,24,125).

#65187d hex color red value is 101, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #65187d hue: 0.79 , saturation: 0.68 and the lightness value of 65187d is 0.29.

The process color (four color CMYK) of #65187d color hex is 0.19, 0.81, 0.00, 0.51. Web safe color of #65187d is #660066. Color #65187d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00011000 01111101
Octal 145 30 175
Decimal 101 24 125
Hex 65 18 7D

RGB Percentages of Color #65187d

%40.40
%9.60
%50.00

CMYK Percentages of Color #65187d

%19
%81
%0
%51

Triadic Colors of #65187d

#65187d #7d6518 #187d65

Analogous Colors of #65187d

#65187d #7d1862 #33187d

Monochromatic Colors of #65187d

#65187d

Complementary Color

#65187d #307d18

#65187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#65187d Color CSS Codes

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

#65187d Text Font Color

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

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


#65187d Background Color

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

This div background color is #65187d


#65187d Border Color

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

This div border color is #65187d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,24,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 #65187d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65187d


Comments

No comments written yet.

Please login to write comment.