Color Hex Logo

#552efd Color Hex

#552EFD
(85,46,253)
0 Favorites   0 Comments

Color spaces of #552efd

RGB 8546253
HSL0.700.980.59
HSV251°82°99°
CMYK 0.660.820.00   0.01
XYZ22.452910.977193.8639
Yxy10.97710.17640.0862
Hunter Lab33.131762.9865-144.7796
CIE-Lab39.541969.6828-94.5837

#552efd color RGB value is (85,46,253).

#552efd hex color red value is 85, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #552efd hue: 0.70 , saturation: 0.98 and the lightness value of 552efd is 0.59.

The process color (four color CMYK) of #552efd color hex is 0.66, 0.82, 0.00, 0.01. Web safe color of #552efd is #6633ff. Color #552efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 11111101
Octal 125 56 375
Decimal 85 46 253
Hex 55 2E FD

RGB Percentages of Color #552efd

%22.14
%11.98
%65.89

CMYK Percentages of Color #552efd

%66
%82
%0
%1

Triadic Colors of #552efd

#552efd #fd552e #2efd55

Analogous Colors of #552efd

#552efd #bd2efd #2e6ffd

Monochromatic Colors of #552efd

#552efd

Complementary Color

#552efd #d6fd2e

#552efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#552efd Color CSS Codes

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

#552efd Text Font Color

<p style="color:#552efd">Text here</p>

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


#552efd Background Color

<div style="background-color:#552efd">
Div content here</div>

This div background color is #552efd


#552efd Border Color

<div style="border:3px solid #552efd">
Div here</div>

This div border color is #552efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,46,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552efd;
  -webkit-box-shadow: 1px 1px 3px 2px #552efd;
  box-shadow:         1px 1px 3px 2px #552efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,46,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552efd

Related Colors


Comments

No comments written yet.

Please login to write comment.