Color Hex Logo

#298ce1 Color Hex

#298CE1
(41,140,225)
0 Favorites   0 Comments

Color spaces of #298ce1

RGB 41140225
HSL0.580.750.52
HSV208°82°88°
CMYK 0.820.380.00   0.12
XYZ23.883124.663874.7360
Yxy24.66380.19370.2001
Hunter Lab49.6627-1.0678-54.4601
CIE-Lab56.74641.9536-50.9974

#298ce1 color RGB value is (41,140,225).

#298ce1 hex color red value is 41, green value is 140 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #298ce1 hue: 0.58 , saturation: 0.75 and the lightness value of 298ce1 is 0.52.

The process color (four color CMYK) of #298ce1 color hex is 0.82, 0.38, 0.00, 0.12. Web safe color of #298ce1 is #3399cc. Color #298ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10001100 11100001
Octal 51 214 341
Decimal 41 140 225
Hex 29 8C E1

RGB Percentages of Color #298ce1

%10.10
%34.48
%55.42

CMYK Percentages of Color #298ce1

%82
%38
%0
%12

Triadic Colors of #298ce1

#298ce1 #e1298c #8ce129

Analogous Colors of #298ce1

#298ce1 #2930e1 #29e1da

Monochromatic Colors of #298ce1

#298ce1

Complementary Color

#298ce1 #e17e29

#298ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#298ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#298ce1 Color CSS Codes

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

#298ce1 Text Font Color

<p style="color:#298ce1">Text here</p>

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


#298ce1 Background Color

<div style="background-color:#298ce1">
Div content here</div>

This div background color is #298ce1


#298ce1 Border Color

<div style="border:3px solid #298ce1">
Div here</div>

This div border color is #298ce1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,140,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #298ce1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #298ce1;
  -webkit-box-shadow: 1px 1px 3px 2px #298ce1;
  box-shadow:         1px 1px 3px 2px #298ce1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,140,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #298ce1


Comments

No comments written yet.

Please login to write comment.