Color Hex Logo

#c338ca Color Hex

#C338CA
(195,56,202)
0 Favorites   0 Comments

Color spaces of #c338ca

RGB 19556202
HSL0.830.580.51
HSV297°72°79°
CMYK 0.030.720.00   0.21
XYZ34.580518.694757.6630
Yxy18.69470.31170.1685
Hunter Lab43.237467.0958-48.8052
CIE-Lab50.328171.0478-47.4526

#c338ca color RGB value is (195,56,202).

#c338ca hex color red value is 195, green value is 56 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c338ca hue: 0.83 , saturation: 0.58 and the lightness value of c338ca is 0.51.

The process color (four color CMYK) of #c338ca color hex is 0.03, 0.72, 0.00, 0.21. Web safe color of #c338ca is #cc33cc. Color #c338ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111000 11001010
Octal 303 70 312
Decimal 195 56 202
Hex C3 38 CA

RGB Percentages of Color #c338ca

%43.05
%12.36
%44.59

CMYK Percentages of Color #c338ca

%3
%72
%0
%21

Triadic Colors of #c338ca

#c338ca #cac338 #38cac3

Analogous Colors of #c338ca

#c338ca #ca3888 #7a38ca

Monochromatic Colors of #c338ca

#c338ca

Complementary Color

#c338ca #3fca38

#c338ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c338ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c338ca Color CSS Codes

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

#c338ca Text Font Color

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

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


#c338ca Background Color

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

This div background color is #c338ca


#c338ca Border Color

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

This div border color is #c338ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c338ca


Comments

No comments written yet.

Please login to write comment.