color codes Logo

#c367ea color codes

#C367EA
(195,103,234)
0 Favorites   0 Comments

Color spaces of #c367ea

RGB 195103234
HSL0.780.760.66
HSV282°56°92°
CMYK 0.170.560.00   0.08
XYZ42.207227.243180.8758
Yxy27.24310.28080.1812
Hunter Lab52.194953.0021-55.3331
CIE-Lab59.198757.3311-51.4740

#c367ea color RGB value is (195,103,234).

#c367ea hex color red value is 195, green value is 103 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c367ea hue: 0.78 , saturation: 0.76 and the lightness value of c367ea is 0.66.

The process color (four color CMYK) of #c367ea color code is 0.17, 0.56, 0.00, 0.08. Web safe color of #c367ea is #cc66ff. Color #c367ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100111 11101010
Octal 303 147 352
Decimal 195 103 234
Hex C3 67 EA

RGB Percentages of Color #c367ea

%36.65
%19.36
%43.98

CMYK Percentages of Color #c367ea

%17
%56
%0
%8

Triadic Colors of #c367ea

#c367ea #eac367 #67eac3

Analogous Colors of #c367ea

#c367ea #ea67d0 #8267ea

Monochromatic Colors of #c367ea

#c367ea

Complementary Color

#c367ea #8eea67

#c367ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c367ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c367ea Color CSS Codes

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

#c367ea Text Font Color

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

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


#c367ea Background Color

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

This div background color is #c367ea


#c367ea Border Color

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

This div border color is #c367ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c367ea


Comments

No comments written yet.

Please login to write comment.