Color Hex Logo

#c267ee Color Hex

#C267EE
(194,103,238)
0 Favorites   0 Comments

Color spaces of #c267ee

RGB 194103238
HSL0.780.800.67
HSV280°57°93°
CMYK 0.180.570.00   0.07
XYZ42.531027.342983.9250
Yxy27.34290.27650.1778
Hunter Lab52.290453.6767-58.5558
CIE-Lab59.290457.9087-53.5641

#c267ee color RGB value is (194,103,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 11101110
Octal 302 147 356
Decimal 194 103 238
Hex C2 67 EE

RGB Percentages of Color #c267ee

%36.26
%19.25
%44.49

CMYK Percentages of Color #c267ee

%18
%57
%0
%7

Triadic Colors of #c267ee

#c267ee #eec267 #67eec2

Analogous Colors of #c267ee

#c267ee #ee67d7 #7f67ee

Monochromatic Colors of #c267ee

#c267ee

Complementary Color

#c267ee #93ee67

#c267ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c267ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c267ee Color CSS Codes

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

#c267ee Text Font Color

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

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


#c267ee Background Color

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

This div background color is #c267ee


#c267ee Border Color

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

This div border color is #c267ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,103,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 #c267ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c267ee


Comments

No comments written yet.

Please login to write comment.