Color Hex Logo

#c275ee Color Hex

#C275EE
(194,117,238)
0 Favorites   0 Comments

Color spaces of #c275ee

RGB 194117238
HSL0.770.780.70
HSV278°51°93°
CMYK 0.180.510.00   0.07
XYZ44.042030.365084.4287
Yxy30.36500.27730.1912
Hunter Lab55.104446.2326-52.2685
CIE-Lab61.967950.8441-49.3139

#c275ee color RGB value is (194,117,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110101 11101110
Octal 302 165 356
Decimal 194 117 238
Hex C2 75 EE

RGB Percentages of Color #c275ee

%35.34
%21.31
%43.35

CMYK Percentages of Color #c275ee

%18
%51
%0
%7

Triadic Colors of #c275ee

#c275ee #eec275 #75eec2

Analogous Colors of #c275ee

#c275ee #ee75de #8675ee

Monochromatic Colors of #c275ee

#c275ee

Complementary Color

#c275ee #a1ee75

#c275ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c275ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c275ee Color CSS Codes

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

#c275ee Text Font Color

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

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


#c275ee Background Color

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

This div background color is #c275ee


#c275ee Border Color

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

This div border color is #c275ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c275ee


Comments

No comments written yet.

Please login to write comment.