Color Hex Logo

#23507d Color Hex

#23507D
(35,80,125)
0 Favorites   0 Comments

Color spaces of #23507d

RGB 3580125
HSL0.580.560.31
HSV210°72°49°
CMYK 0.720.360.00   0.51
XYZ7.26357.575320.4814
Yxy7.57530.20560.2145
Hunter Lab27.5233-1.0588-24.8543
CIE-Lab33.08230.6192-29.9697

#23507d color RGB value is (35,80,125).

#23507d hex color red value is 35, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #23507d hue: 0.58 , saturation: 0.56 and the lightness value of 23507d is 0.31.

The process color (four color CMYK) of #23507d color hex is 0.72, 0.36, 0.00, 0.51. Web safe color of #23507d is #336666. Color #23507d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01010000 01111101
Octal 43 120 175
Decimal 35 80 125
Hex 23 50 7D

RGB Percentages of Color #23507d

%14.58
%33.33
%52.08

CMYK Percentages of Color #23507d

%72
%36
%0
%51

Triadic Colors of #23507d

#23507d #7d2350 #507d23

Analogous Colors of #23507d

#23507d #23237d #237d7d

Monochromatic Colors of #23507d

#23507d

Complementary Color

#23507d #7d5023

#23507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#23507d Color CSS Codes

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

#23507d Text Font Color

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

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


#23507d Background Color

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

This div background color is #23507d


#23507d Border Color

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

This div border color is #23507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23507d


Comments

No comments written yet.

Please login to write comment.