Color Hex Logo

#675ffd Color Hex

#675FFD
(103,95,253)
0 Favorites   0 Comments

Color spaces of #675ffd

RGB 10395253
HSL0.680.980.68
HSV243°62°99°
CMYK 0.590.620.00   0.01
XYZ27.415318.159894.9888
Yxy18.15980.19500.1292
Hunter Lab42.614340.2603-102.3295
CIE-Lab49.689447.2168-77.8455

#675ffd color RGB value is (103,95,253).

#675ffd hex color red value is 103, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #675ffd hue: 0.68 , saturation: 0.98 and the lightness value of 675ffd is 0.68.

The process color (four color CMYK) of #675ffd color hex is 0.59, 0.62, 0.00, 0.01. Web safe color of #675ffd is #6666ff. Color #675ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01011111 11111101
Octal 147 137 375
Decimal 103 95 253
Hex 67 5F FD

RGB Percentages of Color #675ffd

%22.84
%21.06
%56.10

CMYK Percentages of Color #675ffd

%59
%62
%0
%1

Triadic Colors of #675ffd

#675ffd #fd675f #5ffd67

Analogous Colors of #675ffd

#675ffd #b65ffd #5fa6fd

Monochromatic Colors of #675ffd

#675ffd

Complementary Color

#675ffd #f5fd5f

#675ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#675ffd Color CSS Codes

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

#675ffd Text Font Color

<p style="color:#675ffd">Text here</p>

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


#675ffd Background Color

<div style="background-color:#675ffd">
Div content here</div>

This div background color is #675ffd


#675ffd Border Color

<div style="border:3px solid #675ffd">
Div here</div>

This div border color is #675ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,95,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #675ffd;
  box-shadow:         1px 1px 3px 2px #675ffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,95,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 #675ffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675ffd


Comments

No comments written yet.

Please login to write comment.