Color Hex Logo

#672ffd Color Hex

#672FFD
(103,47,253)
0 Favorites   0 Comments

Color spaces of #672ffd

RGB 10347253
HSL0.710.980.59
HSV256°81°99°
CMYK 0.590.810.00   0.01
XYZ24.339712.008493.9635
Yxy12.00840.18680.0922
Hunter Lab34.653164.7320-136.5102
CIE-Lab41.229570.8348-91.7414

#672ffd color RGB value is (103,47,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 11111101
Octal 147 57 375
Decimal 103 47 253
Hex 67 2F FD

RGB Percentages of Color #672ffd

%25.56
%11.66
%62.78

CMYK Percentages of Color #672ffd

%59
%81
%0
%1

Triadic Colors of #672ffd

#672ffd #fd672f #2ffd67

Analogous Colors of #672ffd

#672ffd #ce2ffd #2f5efd

Monochromatic Colors of #672ffd

#672ffd

Complementary Color

#672ffd #c5fd2f

#672ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#672ffd Color CSS Codes

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

#672ffd Text Font Color

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

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


#672ffd Background Color

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

This div background color is #672ffd


#672ffd Border Color

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

This div border color is #672ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.