Color Hex Logo

#c338e2 Color Hex

#C338E2
(195,56,226)
0 Favorites   0 Comments

Color spaces of #c338e2

RGB 19556226
HSL0.800.750.55
HSV289°75°89°
CMYK 0.140.750.00   0.11
XYZ37.647319.921473.8125
Yxy19.92140.28660.1516
Hunter Lab44.633472.4524-66.8075
CIE-Lab51.748275.1810-58.8852

#c338e2 color RGB value is (195,56,226).

#c338e2 hex color red value is 195, green value is 56 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #c338e2 hue: 0.80 , saturation: 0.75 and the lightness value of c338e2 is 0.55.

The process color (four color CMYK) of #c338e2 color hex is 0.14, 0.75, 0.00, 0.11. Web safe color of #c338e2 is #cc33cc. Color #c338e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 11100010
Octal 303 70 342
Decimal 195 56 226
Hex C3 38 E2

RGB Percentages of Color #c338e2

%40.88
%11.74
%47.38

CMYK Percentages of Color #c338e2

%14
%75
%0
%11

Triadic Colors of #c338e2

#c338e2 #e2c338 #38e2c3

Analogous Colors of #c338e2

#c338e2 #e238ac #6e38e2

Monochromatic Colors of #c338e2

#c338e2

Complementary Color

#c338e2 #57e238

#c338e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c338e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c338e2 Color CSS Codes

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

#c338e2 Text Font Color

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

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


#c338e2 Background Color

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

This div background color is #c338e2


#c338e2 Border Color

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

This div border color is #c338e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c338e2


Comments

No comments written yet.

Please login to write comment.