Color Hex Logo

#17025b Color Hex

#17025B
(23,2,91)
0 Favorites   0 Comments

Color spaces of #17025b

RGB 23291
HSL0.710.960.18
HSV254°98°36°
CMYK 0.750.980.00   0.64
XYZ2.26340.98099.9676
Yxy0.98090.17130.0742
Hunter Lab9.904023.4611-52.7377
CIE-Lab8.831336.8189-47.3252

#17025b color RGB value is (23,2,91).

#17025b hex color red value is 23, green value is 2 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #17025b hue: 0.71 , saturation: 0.96 and the lightness value of 17025b is 0.18.

The process color (four color CMYK) of #17025b color hex is 0.75, 0.98, 0.00, 0.64. Web safe color of #17025b is #000066. Color #17025b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000010 01011011
Octal 27 2 133
Decimal 23 2 91
Hex 17 2 5B

RGB Percentages of Color #17025b

%19.83
%1.72
%78.45

CMYK Percentages of Color #17025b

%75
%98
%0
%64

Triadic Colors of #17025b

#17025b #5b1702 #025b17

Analogous Colors of #17025b

#17025b #43025b #021a5b

Monochromatic Colors of #17025b

#17025b

Complementary Color

#17025b #465b02

#17025b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17025b Color Preview on White Background

Lorem ipsum dolor sit amet.

#17025b Color CSS Codes

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

#17025b Text Font Color

<p style="color:#17025b">Text here</p>

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


#17025b Background Color

<div style="background-color:#17025b">
Div content here</div>

This div background color is #17025b


#17025b Border Color

<div style="border:3px solid #17025b">
Div here</div>

This div border color is #17025b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,2,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17025b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17025b;
  -webkit-box-shadow: 1px 1px 3px 2px #17025b;
  box-shadow:         1px 1px 3px 2px #17025b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17025b


Comments

No comments written yet.

Please login to write comment.