Color Hex Logo

#3298be Color Hex

#3298BE
(50,152,190)
0 Favorites   0 Comments

Color spaces of #3298be

RGB 50152190
HSL0.550.580.47
HSV196°74°75°
CMYK 0.740.200.00   0.25
XYZ21.837926.852352.7472
Yxy26.85230.21530.2647
Hunter Lab51.8192-15.4593-24.0783
CIE-Lab58.8374-16.3356-28.0460

#3298be color RGB value is (50,152,190).

#3298be hex color red value is 50, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3298be hue: 0.55 , saturation: 0.58 and the lightness value of 3298be is 0.47.

The process color (four color CMYK) of #3298be color hex is 0.74, 0.20, 0.00, 0.25. Web safe color of #3298be is #3399cc. Color #3298be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011000 10111110
Octal 62 230 276
Decimal 50 152 190
Hex 32 98 BE

RGB Percentages of Color #3298be

%12.76
%38.78
%48.47

CMYK Percentages of Color #3298be

%74
%20
%0
%25

Triadic Colors of #3298be

#3298be #be3298 #98be32

Analogous Colors of #3298be

#3298be #3252be #32be9e

Monochromatic Colors of #3298be

#3298be

Complementary Color

#3298be #be5832

#3298be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3298be Color Preview on White Background

Lorem ipsum dolor sit amet.

#3298be Color CSS Codes

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

#3298be Text Font Color

<p style="color:#3298be">Text here</p>

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


#3298be Background Color

<div style="background-color:#3298be">
Div content here</div>

This div background color is #3298be


#3298be Border Color

<div style="border:3px solid #3298be">
Div here</div>

This div border color is #3298be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,152,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3298be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3298be;
  -webkit-box-shadow: 1px 1px 3px 2px #3298be;
  box-shadow:         1px 1px 3px 2px #3298be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3298be


Comments

No comments written yet.

Please login to write comment.