Color Hex Logo

#c67bed Color Hex

#C67BED
(198,123,237)
0 Favorites   0 Comments

Color spaces of #c67bed

RGB 198123237
HSL0.780.760.71
HSV279°48°93°
CMYK 0.160.480.00   0.07
XYZ45.657732.286183.9462
Yxy32.28610.28200.1994
Hunter Lab56.820943.9950-47.8195
CIE-Lab63.578648.5759-46.1860

#c67bed color RGB value is (198,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111011 11101101
Octal 306 173 355
Decimal 198 123 237
Hex C6 7B ED

RGB Percentages of Color #c67bed

%35.48
%22.04
%42.47

CMYK Percentages of Color #c67bed

%16
%48
%0
%7

Triadic Colors of #c67bed

#c67bed #edc67b #7bedc6

Analogous Colors of #c67bed

#c67bed #ed7bdb #8d7bed

Monochromatic Colors of #c67bed

#c67bed

Complementary Color

#c67bed #a2ed7b

#c67bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67bed Color CSS Codes

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

#c67bed Text Font Color

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

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


#c67bed Background Color

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

This div background color is #c67bed


#c67bed Border Color

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

This div border color is #c67bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67bed


Comments

No comments written yet.

Please login to write comment.