Color Hex Logo

#2f34ed Color Hex

#2F34ED
(47,52,237)
0 Favorites   0 Comments

Color spaces of #2f34ed

RGB 4752237
HSL0.660.840.56
HSV238°80°93°
CMYK 0.800.780.00   0.07
XYZ17.68639.174780.9595
Yxy9.17470.16400.0851
Hunter Lab30.289851.2197-137.2695
CIE-Lab36.318559.9433-90.9850

#2f34ed color RGB value is (47,52,237).

#2f34ed hex color red value is 47, green value is 52 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2f34ed hue: 0.66 , saturation: 0.84 and the lightness value of 2f34ed is 0.56.

The process color (four color CMYK) of #2f34ed color hex is 0.80, 0.78, 0.00, 0.07. Web safe color of #2f34ed is #3333ff. Color #2f34ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 00110100 11101101
Octal 57 64 355
Decimal 47 52 237
Hex 2F 34 ED

RGB Percentages of Color #2f34ed

%13.99
%15.48
%70.54

CMYK Percentages of Color #2f34ed

%80
%78
%0
%7

Triadic Colors of #2f34ed

#2f34ed #ed2f34 #34ed2f

Analogous Colors of #2f34ed

#2f34ed #892fed #2f93ed

Monochromatic Colors of #2f34ed

#2f34ed

Complementary Color

#2f34ed #ede82f

#2f34ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f34ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f34ed Color CSS Codes

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

#2f34ed Text Font Color

<p style="color:#2f34ed">Text here</p>

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


#2f34ed Background Color

<div style="background-color:#2f34ed">
Div content here</div>

This div background color is #2f34ed


#2f34ed Border Color

<div style="border:3px solid #2f34ed">
Div here</div>

This div border color is #2f34ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,52,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2f34ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2f34ed;
  -webkit-box-shadow: 1px 1px 3px 2px #2f34ed;
  box-shadow:         1px 1px 3px 2px #2f34ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,52,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f34ed


Comments

No comments written yet.

Please login to write comment.