Color Hex Logo

#ce38fa Color Hex

#CE38FA
(206,56,250)
0 Favorites   0 Comments

Color spaces of #ce38fa

RGB 20656250
HSL0.800.950.60
HSV286°78°98°
CMYK 0.180.780.00   0.02
XYZ44.123122.852392.5279
Yxy22.85230.27660.1433
Hunter Lab47.804181.0981-81.2968
CIE-Lab54.919981.4608-67.1625

#ce38fa color RGB value is (206,56,250).

#ce38fa hex color red value is 206, green value is 56 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce38fa hue: 0.80 , saturation: 0.95 and the lightness value of ce38fa is 0.60.

The process color (four color CMYK) of #ce38fa color hex is 0.18, 0.78, 0.00, 0.02. Web safe color of #ce38fa is #cc33ff. Color #ce38fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111000 11111010
Octal 316 70 372
Decimal 206 56 250
Hex CE 38 FA

RGB Percentages of Color #ce38fa

%40.23
%10.94
%48.83

CMYK Percentages of Color #ce38fa

%18
%78
%0
%2

Triadic Colors of #ce38fa

#ce38fa #face38 #38face

Analogous Colors of #ce38fa

#ce38fa #fa38c5 #6d38fa

Monochromatic Colors of #ce38fa

#ce38fa

Complementary Color

#ce38fa #64fa38

#ce38fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce38fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce38fa Color CSS Codes

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

#ce38fa Text Font Color

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

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


#ce38fa Background Color

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

This div background color is #ce38fa


#ce38fa Border Color

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

This div border color is #ce38fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce38fa


Comments

No comments written yet.

Please login to write comment.