Color Hex Logo

#c264ee Color Hex

#C264EE
(194,100,238)
0 Favorites   0 Comments

Color spaces of #c264ee

RGB 194100238
HSL0.780.800.66
HSV281°58°93°
CMYK 0.180.580.00   0.07
XYZ42.237926.756783.8273
Yxy26.75670.27640.1751
Hunter Lab51.726955.2332-59.8751
CIE-Lab58.748459.3641-54.4273

#c264ee color RGB value is (194,100,238).

#c264ee hex color red value is 194, green value is 100 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c264ee hue: 0.78 , saturation: 0.80 and the lightness value of c264ee is 0.66.

The process color (four color CMYK) of #c264ee color hex is 0.18, 0.58, 0.00, 0.07. Web safe color of #c264ee is #cc66ff. Color #c264ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100100 11101110
Octal 302 144 356
Decimal 194 100 238
Hex C2 64 EE

RGB Percentages of Color #c264ee

%36.47
%18.80
%44.74

CMYK Percentages of Color #c264ee

%18
%58
%0
%7

Triadic Colors of #c264ee

#c264ee #eec264 #64eec2

Analogous Colors of #c264ee

#c264ee #ee64d5 #7d64ee

Monochromatic Colors of #c264ee

#c264ee

Complementary Color

#c264ee #90ee64

#c264ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c264ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c264ee Color CSS Codes

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

#c264ee Text Font Color

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

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


#c264ee Background Color

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

This div background color is #c264ee


#c264ee Border Color

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

This div border color is #c264ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,100,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c264ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c264ee;
  -webkit-box-shadow: 1px 1px 3px 2px #c264ee;
  box-shadow:         1px 1px 3px 2px #c264ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,100,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c264ee


Comments

No comments written yet.

Please login to write comment.