Color Hex Logo

#ca38ed Color Hex

#CA38ED
(202,56,237)
0 Favorites   0 Comments

Color spaces of #ca38ed

RGB 20256237
HSL0.800.830.57
HSV288°76°93°
CMYK 0.150.760.00   0.07
XYZ41.057421.499382.1066
Yxy21.49930.28380.1486
Hunter Lab46.367376.9155-72.5327
CIE-Lab53.491778.4343-62.2278

#ca38ed color RGB value is (202,56,237).

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

The process color (four color CMYK) of #ca38ed color hex is 0.15, 0.76, 0.00, 0.07. Web safe color of #ca38ed is #cc33ff. Color #ca38ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 11101101
Octal 312 70 355
Decimal 202 56 237
Hex CA 38 ED

RGB Percentages of Color #ca38ed

%40.81
%11.31
%47.88

CMYK Percentages of Color #ca38ed

%15
%76
%0
%7

Triadic Colors of #ca38ed

#ca38ed #edca38 #38edca

Analogous Colors of #ca38ed

#ca38ed #ed38b6 #7038ed

Monochromatic Colors of #ca38ed

#ca38ed

Complementary Color

#ca38ed #5bed38

#ca38ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca38ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca38ed Color CSS Codes

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

#ca38ed Text Font Color

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

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


#ca38ed Background Color

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

This div background color is #ca38ed


#ca38ed Border Color

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

This div border color is #ca38ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca38ed


Comments

No comments written yet.

Please login to write comment.