Color Hex Logo

#c468de Color Hex

#C468DE
(196,104,222)
0 Favorites   0 Comments

Color spaces of #c468de

RGB 196104222
HSL0.800.640.64
HSV287°53°87°
CMYK 0.120.530.00   0.13
XYZ40.900126.910372.1458
Yxy26.91030.29220.1923
Hunter Lab51.875149.9539-46.1455
CIE-Lab58.891254.6772-45.2373

#c468de color RGB value is (196,104,222).

#c468de hex color red value is 196, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c468de hue: 0.80 , saturation: 0.64 and the lightness value of c468de is 0.64.

The process color (four color CMYK) of #c468de color hex is 0.12, 0.53, 0.00, 0.13. Web safe color of #c468de is #cc66cc. Color #c468de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101000 11011110
Octal 304 150 336
Decimal 196 104 222
Hex C4 68 DE

RGB Percentages of Color #c468de

%37.55
%19.92
%42.53

CMYK Percentages of Color #c468de

%12
%53
%0
%13

Triadic Colors of #c468de

#c468de #dec468 #68dec4

Analogous Colors of #c468de

#c468de #de68bd #8968de

Monochromatic Colors of #c468de

#c468de

Complementary Color

#c468de #82de68

#c468de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c468de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c468de Color CSS Codes

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

#c468de Text Font Color

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

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


#c468de Background Color

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

This div background color is #c468de


#c468de Border Color

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

This div border color is #c468de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,104,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c468de


Comments

No comments written yet.

Please login to write comment.