Color Hex Logo

#c368da Color Hex

#C368DA
(195,104,218)
0 Favorites   0 Comments

Color spaces of #c368da

RGB 195104218
HSL0.800.610.63
HSV288°52°85°
CMYK 0.110.520.00   0.15
XYZ40.110926.564769.3431
Yxy26.56470.29490.1953
Hunter Lab51.541048.7180-43.6900
CIE-Lab58.569253.6213-43.5047

#c368da color RGB value is (195,104,218).

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

The process color (four color CMYK) of #c368da color hex is 0.11, 0.52, 0.00, 0.15. Web safe color of #c368da is #cc66cc. Color #c368da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101000 11011010
Octal 303 150 332
Decimal 195 104 218
Hex C3 68 DA

RGB Percentages of Color #c368da

%37.72
%20.12
%42.17

CMYK Percentages of Color #c368da

%11
%52
%0
%15

Triadic Colors of #c368da

#c368da #dac368 #68dac3

Analogous Colors of #c368da

#c368da #da68b8 #8a68da

Monochromatic Colors of #c368da

#c368da

Complementary Color

#c368da #7fda68

#c368da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c368da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c368da Color CSS Codes

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

#c368da Text Font Color

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

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


#c368da Background Color

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

This div background color is #c368da


#c368da Border Color

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

This div border color is #c368da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c368da


Comments

No comments written yet.

Please login to write comment.