Color Hex Logo

#672fca Color Hex

#672FCA
(103,47,202)
0 Favorites   0 Comments

Color spaces of #672fca

RGB 10347202
HSL0.730.620.49
HSV262°77°79°
CMYK 0.490.770.00   0.21
XYZ17.27079.180956.7389
Yxy9.18090.20760.1104
Hunter Lab30.300048.7182-89.8147
CIE-Lab36.330357.6388-70.7177

#672fca color RGB value is (103,47,202).

#672fca hex color red value is 103, green value is 47 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #672fca hue: 0.73 , saturation: 0.62 and the lightness value of 672fca is 0.49.

The process color (four color CMYK) of #672fca color hex is 0.49, 0.77, 0.00, 0.21. Web safe color of #672fca is #6633cc. Color #672fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 11001010
Octal 147 57 312
Decimal 103 47 202
Hex 67 2F CA

RGB Percentages of Color #672fca

%29.26
%13.35
%57.39

CMYK Percentages of Color #672fca

%49
%77
%0
%21

Triadic Colors of #672fca

#672fca #ca672f #2fca67

Analogous Colors of #672fca

#672fca #b52fca #2f45ca

Monochromatic Colors of #672fca

#672fca

Complementary Color

#672fca #92ca2f

#672fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#672fca Color CSS Codes

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

#672fca Text Font Color

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

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


#672fca Background Color

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

This div background color is #672fca


#672fca Border Color

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

This div border color is #672fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672fca


Comments

No comments written yet.

Please login to write comment.