Color Hex Logo

#672bd5 Color Hex

#672BD5
(103,43,213)
0 Favorites   0 Comments

Color spaces of #672bd5

RGB 10343213
HSL0.730.670.50
HSV261°80°84°
CMYK 0.520.800.00   0.16
XYZ18.46769.415463.7948
Yxy9.41540.20140.1027
Hunter Lab30.684553.7330-101.7880
CIE-Lab36.772162.1311-76.3685

#672bd5 color RGB value is (103,43,213).

#672bd5 hex color red value is 103, green value is 43 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #672bd5 hue: 0.73 , saturation: 0.67 and the lightness value of 672bd5 is 0.50.

The process color (four color CMYK) of #672bd5 color hex is 0.52, 0.80, 0.00, 0.16. Web safe color of #672bd5 is #6633cc. Color #672bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 11010101
Octal 147 53 325
Decimal 103 43 213
Hex 67 2B D5

RGB Percentages of Color #672bd5

%28.69
%11.98
%59.33

CMYK Percentages of Color #672bd5

%52
%80
%0
%16

Triadic Colors of #672bd5

#672bd5 #d5672b #2bd567

Analogous Colors of #672bd5

#672bd5 #bc2bd5 #2b44d5

Monochromatic Colors of #672bd5

#672bd5

Complementary Color

#672bd5 #99d52b

#672bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bd5 Color CSS Codes

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

#672bd5 Text Font Color

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

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


#672bd5 Background Color

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

This div background color is #672bd5


#672bd5 Border Color

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

This div border color is #672bd5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,43,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bd5


Comments

No comments written yet.

Please login to write comment.