Color Hex Logo

#c67edc Color Hex

#C67EDC
(198,126,220)
0 Favorites   0 Comments

Color spaces of #c67edc

RGB 198126220
HSL0.790.570.68
HSV286°43°86°
CMYK 0.100.430.00   0.14
XYZ43.667832.094871.6035
Yxy32.09480.29630.2178
Hunter Lab56.652338.4470-35.2808
CIE-Lab63.421243.4811-36.9890

#c67edc color RGB value is (198,126,220).

#c67edc hex color red value is 198, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c67edc hue: 0.79 , saturation: 0.57 and the lightness value of c67edc is 0.68.

The process color (four color CMYK) of #c67edc color hex is 0.10, 0.43, 0.00, 0.14. Web safe color of #c67edc is #cc66cc. Color #c67edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 11011100
Octal 306 176 334
Decimal 198 126 220
Hex C6 7E DC

RGB Percentages of Color #c67edc

%36.40
%23.16
%40.44

CMYK Percentages of Color #c67edc

%10
%43
%0
%14

Triadic Colors of #c67edc

#c67edc #dcc67e #7edcc6

Analogous Colors of #c67edc

#c67edc #dc7ec3 #977edc

Monochromatic Colors of #c67edc

#c67edc

Complementary Color

#c67edc #94dc7e

#c67edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67edc Color CSS Codes

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

#c67edc Text Font Color

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

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


#c67edc Background Color

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

This div background color is #c67edc


#c67edc Border Color

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

This div border color is #c67edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,126,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67edc;
  -webkit-box-shadow: 1px 1px 3px 2px #c67edc;
  box-shadow:         1px 1px 3px 2px #c67edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,126,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 #c67edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67edc


Comments

No comments written yet.

Please login to write comment.