Color Hex Logo

#672cdc Color Hex

#672CDC
(103,44,220)
0 Favorites   0 Comments

Color spaces of #672cdc

RGB 10344220
HSL0.720.720.52
HSV260°80°86°
CMYK 0.530.800.00   0.14
XYZ19.41259.852268.5887
Yxy9.85220.19840.1007
Hunter Lab31.388255.4666-107.5872
CIE-Lab37.575863.5238-79.0739

#672cdc color RGB value is (103,44,220).

#672cdc hex color red value is 103, green value is 44 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #672cdc hue: 0.72 , saturation: 0.72 and the lightness value of 672cdc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101100 11011100
Octal 147 54 334
Decimal 103 44 220
Hex 67 2C DC

RGB Percentages of Color #672cdc

%28.07
%11.99
%59.95

CMYK Percentages of Color #672cdc

%53
%80
%0
%14

Triadic Colors of #672cdc

#672cdc #dc672c #2cdc67

Analogous Colors of #672cdc

#672cdc #bf2cdc #2c49dc

Monochromatic Colors of #672cdc

#672cdc

Complementary Color

#672cdc #a1dc2c

#672cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#672cdc Color CSS Codes

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

#672cdc Text Font Color

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

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


#672cdc Background Color

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

This div background color is #672cdc


#672cdc Border Color

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

This div border color is #672cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672cdc


Comments

No comments written yet.

Please login to write comment.