Color Hex Logo

#2387bc Color Hex

#2387BC
(35,135,188)
0 Favorites   0 Comments

Color spaces of #2387bc

RGB 35135188
HSL0.560.690.44
HSV201°81°74°
CMYK 0.810.280.00   0.26
XYZ18.434221.316150.7198
Yxy21.31610.20380.2356
Hunter Lab46.1694-9.5261-32.8151
CIE-Lab53.2937-9.2576-35.5652

#2387bc color RGB value is (35,135,188).

#2387bc hex color red value is 35, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2387bc hue: 0.56 , saturation: 0.69 and the lightness value of 2387bc is 0.44.

The process color (four color CMYK) of #2387bc color hex is 0.81, 0.28, 0.00, 0.26. Web safe color of #2387bc is #3399cc. Color #2387bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10000111 10111100
Octal 43 207 274
Decimal 35 135 188
Hex 23 87 BC

RGB Percentages of Color #2387bc

%9.78
%37.71
%52.51

CMYK Percentages of Color #2387bc

%81
%28
%0
%26

Triadic Colors of #2387bc

#2387bc #bc2387 #87bc23

Analogous Colors of #2387bc

#2387bc #233bbc #23bca5

Monochromatic Colors of #2387bc

#2387bc

Complementary Color

#2387bc #bc5823

#2387bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2387bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2387bc Color CSS Codes

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

#2387bc Text Font Color

<p style="color:#2387bc">Text here</p>

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


#2387bc Background Color

<div style="background-color:#2387bc">
Div content here</div>

This div background color is #2387bc


#2387bc Border Color

<div style="border:3px solid #2387bc">
Div here</div>

This div border color is #2387bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,135,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2387bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2387bc;
  -webkit-box-shadow: 1px 1px 3px 2px #2387bc;
  box-shadow:         1px 1px 3px 2px #2387bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2387bc


Comments

No comments written yet.

Please login to write comment.