Color Hex Logo

#c348ee Color Hex

#C348EE
(195,72,238)
0 Favorites   0 Comments

Color spaces of #c348ee

RGB 19572238
HSL0.790.830.61
HSV284°70°93°
CMYK 0.180.700.00   0.07
XYZ40.255722.409983.0928
Yxy22.40990.27620.1537
Hunter Lab47.339168.9475-70.9325
CIE-Lab54.459271.7875-61.2855

#c348ee color RGB value is (195,72,238).

#c348ee hex color red value is 195, green value is 72 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c348ee hue: 0.79 , saturation: 0.83 and the lightness value of c348ee is 0.61.

The process color (four color CMYK) of #c348ee color hex is 0.18, 0.70, 0.00, 0.07. Web safe color of #c348ee is #cc33ff. Color #c348ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001000 11101110
Octal 303 110 356
Decimal 195 72 238
Hex C3 48 EE

RGB Percentages of Color #c348ee

%38.61
%14.26
%47.13

CMYK Percentages of Color #c348ee

%18
%70
%0
%7

Triadic Colors of #c348ee

#c348ee #eec348 #48eec3

Analogous Colors of #c348ee

#c348ee #ee48c6 #7048ee

Monochromatic Colors of #c348ee

#c348ee

Complementary Color

#c348ee #73ee48

#c348ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c348ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c348ee Color CSS Codes

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

#c348ee Text Font Color

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

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


#c348ee Background Color

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

This div background color is #c348ee


#c348ee Border Color

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

This div border color is #c348ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c348ee


Comments

No comments written yet.

Please login to write comment.