Color Hex Logo

#c767be Color Hex

#C767BE
(199,103,190)
0 Favorites   0 Comments

Color spaces of #c767be

RGB 199103190
HSL0.850.460.59
HSV306°48°78°
CMYK 0.000.480.05   0.22
XYZ37.697725.560351.6619
Yxy25.56030.32800.2224
Hunter Lab50.557244.6225-25.1955
CIE-Lab57.617350.0470-29.0648

#c767be color RGB value is (199,103,190).

#c767be hex color red value is 199, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c767be hue: 0.85 , saturation: 0.46 and the lightness value of c767be is 0.59.

The process color (four color CMYK) of #c767be color hex is 0.00, 0.48, 0.05, 0.22. Web safe color of #c767be is #cc66cc. Color #c767be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100111 10111110
Octal 307 147 276
Decimal 199 103 190
Hex C7 67 BE

RGB Percentages of Color #c767be

%40.45
%20.93
%38.62

CMYK Percentages of Color #c767be

%0
%48
%5
%22

Triadic Colors of #c767be

#c767be #bec767 #67bec7

Analogous Colors of #c767be

#c767be #c7678e #a067c7

Monochromatic Colors of #c767be

#c767be

Complementary Color

#c767be #67c770

#c767be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c767be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c767be Color CSS Codes

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

#c767be Text Font Color

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

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


#c767be Background Color

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

This div background color is #c767be


#c767be Border Color

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

This div border color is #c767be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,103,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c767be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c767be;
  -webkit-box-shadow: 1px 1px 3px 2px #c767be;
  box-shadow:         1px 1px 3px 2px #c767be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c767be


Comments

No comments written yet.

Please login to write comment.