Color Hex Logo

#c467db Color Hex

#C467DB
(196,103,219)
0 Favorites   0 Comments

Color spaces of #c467db

RGB 196103219
HSL0.800.620.63
HSV288°53°86°
CMYK 0.110.530.00   0.14
XYZ40.401426.550770.0132
Yxy26.55070.29500.1938
Hunter Lab51.527449.7848-44.4916
CIE-Lab58.556154.5810-44.0798

#c467db color RGB value is (196,103,219).

#c467db hex color red value is 196, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c467db hue: 0.80 , saturation: 0.62 and the lightness value of c467db is 0.63.

The process color (four color CMYK) of #c467db color hex is 0.11, 0.53, 0.00, 0.14. Web safe color of #c467db is #cc66cc. Color #c467db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 11011011
Octal 304 147 333
Decimal 196 103 219
Hex C4 67 DB

RGB Percentages of Color #c467db

%37.84
%19.88
%42.28

CMYK Percentages of Color #c467db

%11
%53
%0
%14

Triadic Colors of #c467db

#c467db #dbc467 #67dbc4

Analogous Colors of #c467db

#c467db #db67b8 #8a67db

Monochromatic Colors of #c467db

#c467db

Complementary Color

#c467db #7edb67

#c467db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c467db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c467db Color CSS Codes

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

#c467db Text Font Color

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

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


#c467db Background Color

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

This div background color is #c467db


#c467db Border Color

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

This div border color is #c467db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c467db


Comments

No comments written yet.

Please login to write comment.