Color Hex Logo

#2389cf Color Hex

#2389CF
(35,137,207)
0 Favorites   0 Comments

Color spaces of #2389cf

RGB 35137207
HSL0.570.710.47
HSV204°83°81°
CMYK 0.830.340.00   0.19
XYZ20.901322.753662.3218
Yxy22.75360.19720.2147
Hunter Lab47.7007-5.2619-44.0729
CIE-Lab54.8176-3.4514-43.9574

#2389cf color RGB value is (35,137,207).

#2389cf hex color red value is 35, green value is 137 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2389cf hue: 0.57 , saturation: 0.71 and the lightness value of 2389cf is 0.47.

The process color (four color CMYK) of #2389cf color hex is 0.83, 0.34, 0.00, 0.19. Web safe color of #2389cf is #3399cc. Color #2389cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001001 11001111
Octal 43 211 317
Decimal 35 137 207
Hex 23 89 CF

RGB Percentages of Color #2389cf

%9.23
%36.15
%54.62

CMYK Percentages of Color #2389cf

%83
%34
%0
%19

Triadic Colors of #2389cf

#2389cf #cf2389 #89cf23

Analogous Colors of #2389cf

#2389cf #2333cf #23cfbf

Monochromatic Colors of #2389cf

#2389cf

Complementary Color

#2389cf #cf6923

#2389cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2389cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2389cf Color CSS Codes

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

#2389cf Text Font Color

<p style="color:#2389cf">Text here</p>

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


#2389cf Background Color

<div style="background-color:#2389cf">
Div content here</div>

This div background color is #2389cf


#2389cf Border Color

<div style="border:3px solid #2389cf">
Div here</div>

This div border color is #2389cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,137,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2389cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2389cf;
  -webkit-box-shadow: 1px 1px 3px 2px #2389cf;
  box-shadow:         1px 1px 3px 2px #2389cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2389cf


Comments

No comments written yet.

Please login to write comment.