Color Hex Logo

#207cee Color Hex

#207CEE
(32,124,238)
0 Favorites   0 Comments

Color spaces of #207cee

RGB 32124238
HSL0.590.860.53
HSV213°87°93°
CMYK 0.870.480.00   0.07
XYZ23.235920.895483.6975
Yxy20.89540.18180.1635
Hunter Lab45.711510.7394-76.5616
CIE-Lab52.834815.9376-64.5285

#207cee color RGB value is (32,124,238).

#207cee hex color red value is 32, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #207cee hue: 0.59 , saturation: 0.86 and the lightness value of 207cee is 0.53.

The process color (four color CMYK) of #207cee color hex is 0.87, 0.48, 0.00, 0.07. Web safe color of #207cee is #3366ff. Color #207cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01111100 11101110
Octal 40 174 356
Decimal 32 124 238
Hex 20 7C EE

RGB Percentages of Color #207cee

%8.12
%31.47
%60.41

CMYK Percentages of Color #207cee

%87
%48
%0
%7

Triadic Colors of #207cee

#207cee #ee207c #7cee20

Analogous Colors of #207cee

#207cee #2b20ee #20e3ee

Monochromatic Colors of #207cee

#207cee

Complementary Color

#207cee #ee9220

#207cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#207cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#207cee Color CSS Codes

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

#207cee Text Font Color

<p style="color:#207cee">Text here</p>

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


#207cee Background Color

<div style="background-color:#207cee">
Div content here</div>

This div background color is #207cee


#207cee Border Color

<div style="border:3px solid #207cee">
Div here</div>

This div border color is #207cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,124,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #207cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #207cee;
  -webkit-box-shadow: 1px 1px 3px 2px #207cee;
  box-shadow:         1px 1px 3px 2px #207cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #207cee


Comments

No comments written yet.

Please login to write comment.