Color Hex Logo

#c274ee Color Hex

#C274EE
(194,116,238)
0 Favorites   0 Comments

Color spaces of #c274ee

RGB 194116238
HSL0.770.780.69
HSV278°51°93°
CMYK 0.180.510.00   0.07
XYZ43.926130.133284.3900
Yxy30.13320.27720.1902
Hunter Lab54.893746.7722-52.7230
CIE-Lab61.769051.3618-49.6287

#c274ee color RGB value is (194,116,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110100 11101110
Octal 302 164 356
Decimal 194 116 238
Hex C2 74 EE

RGB Percentages of Color #c274ee

%35.40
%21.17
%43.43

CMYK Percentages of Color #c274ee

%18
%51
%0
%7

Triadic Colors of #c274ee

#c274ee #eec274 #74eec2

Analogous Colors of #c274ee

#c274ee #ee74dd #8574ee

Monochromatic Colors of #c274ee

#c274ee

Complementary Color

#c274ee #a0ee74

#c274ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c274ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c274ee Color CSS Codes

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

#c274ee Text Font Color

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

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


#c274ee Background Color

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

This div background color is #c274ee


#c274ee Border Color

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

This div border color is #c274ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c274ee


Comments

No comments written yet.

Please login to write comment.