Color Hex Logo

#c67edb Color Hex

#C67EDB
(198,126,219)
0 Favorites   0 Comments

Color spaces of #c67edb

RGB 198126219
HSL0.800.560.68
HSV286°42°86°
CMYK 0.100.420.00   0.14
XYZ43.535732.041970.9080
Yxy32.04190.29720.2187
Hunter Lab56.605638.2257-34.6468
CIE-Lab63.377543.2799-36.4994

#c67edb color RGB value is (198,126,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 11011011
Octal 306 176 333
Decimal 198 126 219
Hex C6 7E DB

RGB Percentages of Color #c67edb

%36.46
%23.20
%40.33

CMYK Percentages of Color #c67edb

%10
%42
%0
%14

Triadic Colors of #c67edb

#c67edb #dbc67e #7edbc6

Analogous Colors of #c67edb

#c67edb #db7ec2 #987edb

Monochromatic Colors of #c67edb

#c67edb

Complementary Color

#c67edb #93db7e

#c67edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67edb Color CSS Codes

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

#c67edb Text Font Color

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

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


#c67edb Background Color

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

This div background color is #c67edb


#c67edb Border Color

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

This div border color is #c67edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,126,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67edb


Comments

No comments written yet.

Please login to write comment.