Color Hex Logo

#c67ced Color Hex

#C67CED
(198,124,237)
0 Favorites   0 Comments

Color spaces of #c67ced

RGB 198124237
HSL0.780.760.71
HSV279°48°93°
CMYK 0.160.480.00   0.07
XYZ45.782432.535583.9877
Yxy32.53550.28210.2005
Hunter Lab57.039943.4511-47.3729
CIE-Lab63.783048.0511-45.8638

#c67ced color RGB value is (198,124,237).

#c67ced hex color red value is 198, green value is 124 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c67ced hue: 0.78 , saturation: 0.76 and the lightness value of c67ced is 0.71.

The process color (four color CMYK) of #c67ced color hex is 0.16, 0.48, 0.00, 0.07. Web safe color of #c67ced is #cc66ff. Color #c67ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 11101101
Octal 306 174 355
Decimal 198 124 237
Hex C6 7C ED

RGB Percentages of Color #c67ced

%35.42
%22.18
%42.40

CMYK Percentages of Color #c67ced

%16
%48
%0
%7

Triadic Colors of #c67ced

#c67ced #edc67c #7cedc6

Analogous Colors of #c67ced

#c67ced #ed7cdc #8e7ced

Monochromatic Colors of #c67ced

#c67ced

Complementary Color

#c67ced #a3ed7c

#c67ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ced Color CSS Codes

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

#c67ced Text Font Color

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

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


#c67ced Background Color

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

This div background color is #c67ced


#c67ced Border Color

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

This div border color is #c67ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ced


Comments

No comments written yet.

Please login to write comment.