Color Hex Logo

#c368dd Color Hex

#C368DD
(195,104,221)
0 Favorites   0 Comments

Color spaces of #c368dd

RGB 195104221
HSL0.800.630.64
HSV287°53°87°
CMYK 0.120.530.00   0.13
XYZ40.507126.723271.4297
Yxy26.72320.29210.1927
Hunter Lab51.694549.4048-45.7388
CIE-Lab58.717254.2141-44.9584

#c368dd color RGB value is (195,104,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 11011101
Octal 303 150 335
Decimal 195 104 221
Hex C3 68 DD

RGB Percentages of Color #c368dd

%37.50
%20.00
%42.50

CMYK Percentages of Color #c368dd

%12
%53
%0
%13

Triadic Colors of #c368dd

#c368dd #ddc368 #68ddc3

Analogous Colors of #c368dd

#c368dd #dd68bd #8968dd

Monochromatic Colors of #c368dd

#c368dd

Complementary Color

#c368dd #82dd68

#c368dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c368dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c368dd Color CSS Codes

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

#c368dd Text Font Color

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

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


#c368dd Background Color

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

This div background color is #c368dd


#c368dd Border Color

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

This div border color is #c368dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c368dd


Comments

No comments written yet.

Please login to write comment.